mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 06:21:50 -05:00
notify-api-412 use black to enforce python style standards
This commit is contained in:
@@ -6,6 +6,6 @@ from flask import Flask
|
||||
from app import notify_celery, create_app # noqa
|
||||
|
||||
|
||||
application = Flask('delivery')
|
||||
application = Flask("delivery")
|
||||
create_app(application)
|
||||
application.app_context().push()
|
||||
|
||||
Reference in New Issue
Block a user