remove fail on image

This commit is contained in:
Hayden
2021-01-08 18:05:18 -09:00
parent 7292fb7344
commit 48a251fd9d
2 changed files with 2 additions and 3 deletions

View File

@@ -18,7 +18,6 @@ def read_image(recipe_slug: str) -> FileResponse:
def write_image(recipe_slug: str, file_data: bytes, extension: str) -> Path.name:
pass
delete_image(recipe_slug)
image_path = Path(IMG_DIR.joinpath(f"{recipe_slug}.{extension}"))