Skip to content

Commit

Permalink
Fix AttributeError: module 'src.blur' has no attribute 'blurPicture' c…
Browse files Browse the repository at this point in the history
  • Loading branch information
GearKite committed Mar 5, 2024
1 parent 05ba759 commit 427c736
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from fastapi import FastAPI, Response, UploadFile

from . import blur
from . import blur_monolith as blur

app = FastAPI()
print("API is preparing to start...")
Expand Down
File renamed without changes.

0 comments on commit 427c736

Please sign in to comment.