Merge pull request #2510 from alphagov/revert-2508-break-the-build

Revert "testing build failure"
This commit is contained in:
Leo Hemsted
2019-05-16 17:23:09 +01:00
committed by GitHub
2 changed files with 0 additions and 4 deletions

View File

@@ -8,5 +8,3 @@ from app import create_app
application = Flask('app')
create_app(application)
1 / 0 # TODO: revert this change

View File

@@ -9,5 +9,3 @@ from app import notify_celery, create_app # noqa
application = Flask('delivery')
create_app(application)
application.app_context().push()
1 / 0 # TODO: revert this change