Commit 3f3d14af authored by Roy Shilkrot's avatar Roy Shilkrot

nix unused thing

parent df6a7ebf
...@@ -182,10 +182,6 @@ class Api: ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment