mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-31 06:52:06 -05:00
flake8 - remove unused imports and ensure they're always at the top of the file
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env python
|
||||
# notify_celery is referenced from manifest_delivery_base.yml, and cannot be removed
|
||||
from flask import Flask
|
||||
|
||||
from app import notify_celery, create_app
|
||||
# notify_celery is referenced from manifest_delivery_base.yml, and cannot be removed
|
||||
from app import notify_celery, create_app # noqa
|
||||
|
||||
|
||||
application = Flask('delivery')
|
||||
|
||||
Reference in New Issue
Block a user