mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-10 07:12:20 -05:00
@@ -3,8 +3,7 @@
|
||||
from flask import Flask
|
||||
|
||||
# notify_celery is referenced from manifest_delivery_base.yml, and cannot be removed
|
||||
from app import notify_celery, create_app # noqa
|
||||
|
||||
from app import create_app, notify_celery # noqa
|
||||
|
||||
application = Flask("delivery")
|
||||
create_app(application)
|
||||
|
||||
Reference in New Issue
Block a user