From 5d05a55857a0f3b4f0fc4529d64c4e6819c271c5 Mon Sep 17 00:00:00 2001 From: Leo Hemsted Date: Thu, 16 May 2019 17:06:34 +0100 Subject: [PATCH] Revert "testing build failure" --- application.py | 2 -- run_celery.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/application.py b/application.py index a2ec76ec4..8d94e6d0c 100644 --- a/application.py +++ b/application.py @@ -8,5 +8,3 @@ 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 17866f276..e21533c86 100644 --- a/run_celery.py +++ b/run_celery.py @@ -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