black, isort, flake8

Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
Cliff Hill
2023-12-08 21:43:52 -05:00
parent 171326a6b0
commit 1157f5639d
302 changed files with 317 additions and 389 deletions

View File

@@ -3,8 +3,7 @@
from flask import Flask
# notify_celery is referenced from manifest_delivery_base.yml, and cannot be removed
from app import notify_celery, create_app # noqa
from app import create_app, notify_celery # noqa
application = Flask("delivery")
create_app(application)