You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some "warning" from flake8 is expected. For instance, ./flask/celery_worker.py:9:5: F401 'app.celery' imported but unused but we indeed need the module for celery worker.
The text was updated successfully, but these errors were encountered:
Some "warning" from flake8 is expected. For instance,
./flask/celery_worker.py:9:5: F401 'app.celery' imported but unused
but we indeed need the module for celery worker.The text was updated successfully, but these errors were encountered: