testing build failure

please don't deploy this to production
This commit is contained in:
Leo Hemsted
2019-05-16 15:53:34 +01:00
parent cbe5c0d23b
commit e225c95bdc
2 changed files with 4 additions and 0 deletions

View File

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

View File

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