Silence linter where imports needs to be below setup

This commit is contained in:
Damir Modyarov 2023-08-07 22:37:36 +03:00
parent 3f90f9455d
commit 0505f63a9c

View File

@ -14,7 +14,7 @@
app = FastAPI()
from akarpov.tools.shortener.tasks import save_view_meta
from akarpov.tools.shortener.tasks import save_view_meta # noqa: This has to be imported strictly AFTER django setup
@app.get("/{slug}")