We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 050c6da commit 9f5eb89Copy full SHA for 9f5eb89
superset/tasks/celery_app.py
@@ -32,6 +32,9 @@
32
flask_app = create_app()
33
34
# Need to import late, as the celery_app will have been setup by "create_app()"
35
+# ruff: noqa: E402, F401
36
+# pylint: disable=wrong-import-position, unused-import
37
+from . import cache, scheduler
38
39
# Export the celery app globally for Celery (as run on the cmd line) to find
40
app = celery_app
0 commit comments