mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-11 15:52:21 -05:00
Revert "testing build failure"
This commit is contained in:
@@ -8,5 +8,3 @@ from app import create_app
|
|||||||
application = Flask('app')
|
application = Flask('app')
|
||||||
|
|
||||||
create_app(application)
|
create_app(application)
|
||||||
|
|
||||||
1 / 0 # TODO: revert this change
|
|
||||||
|
|||||||
@@ -9,5 +9,3 @@ from app import notify_celery, create_app # noqa
|
|||||||
application = Flask('delivery')
|
application = Flask('delivery')
|
||||||
create_app(application)
|
create_app(application)
|
||||||
application.app_context().push()
|
application.app_context().push()
|
||||||
|
|
||||||
1 / 0 # TODO: revert this change
|
|
||||||
|
|||||||
Reference in New Issue
Block a user