remove aws_run_celery file

it's no longer relevant since the switch to PaaS
This commit is contained in:
Leo Hemsted
2017-07-31 11:12:43 +01:00
parent 9c212e78af
commit b5dc7642aa
3 changed files with 8 additions and 12 deletions

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env python
# notify_celery is referenced from manifest_delivery_base.yml, and cannot be removed
from app import notify_celery, create_app
application = create_app('delivery')