nix unused thing
This commit is contained in:
parent
df6a7ebfe8
commit
3f3d14afd5
|
@ -182,10 +182,6 @@ class Api:
|
||||||
if image_b64 is None:
|
if image_b64 is None:
|
||||||
raise HTTPException(status_code=404, detail="Image not found")
|
raise HTTPException(status_code=404, detail="Image not found")
|
||||||
|
|
||||||
populate = interrogatereq.copy(update={ # Override __init__ params
|
|
||||||
}
|
|
||||||
)
|
|
||||||
|
|
||||||
img = self.__base64_to_image(image_b64)
|
img = self.__base64_to_image(image_b64)
|
||||||
|
|
||||||
# Override object param
|
# Override object param
|
||||||
|
|
Loading…
Reference in New Issue