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 121c87f commit 12580c3
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
@@ -1,6 +1,6 @@
from fastapi import FastAPI, UploadFile, Response
import gc
from . import blur
from . import blur_monolith as blur
import json

app = FastAPI()
Expand Down
File renamed without changes.

0 comments on commit 12580c3

Please sign in to comment.