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