We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd052ac commit ceb43a5Copy full SHA for ceb43a5
api/app.py
@@ -1,7 +1,7 @@
1
+import celery.states as states
2
from flask import Flask
3
from flask import url_for, jsonify
4
from worker import celery
-import celery.states as states
5
6
dev_mode = True
7
app = Flask(__name__)
0 commit comments