From e225c95bdc3c6dc10872329cb9ed8173f54c85e6 Mon Sep 17 00:00:00 2001 From: Leo Hemsted Date: Thu, 16 May 2019 15:53:34 +0100 Subject: [PATCH] testing build failure please don't deploy this to production --- application.py | 2 ++ run_celery.py | 2 ++ 2 files changed, 4 insertions(+) diff --git a/application.py b/application.py index 8d94e6d0c..a2ec76ec4 100644 --- a/application.py +++ b/application.py @@ -8,3 +8,5 @@ from app import create_app application = Flask('app') create_app(application) + +1 / 0 # TODO: revert this change diff --git a/run_celery.py b/run_celery.py index e21533c86..17866f276 100644 --- a/run_celery.py +++ b/run_celery.py @@ -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