mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 18:37:33 -04:00
Code style fix.
This commit is contained in:
@@ -10,7 +10,6 @@ port = int(os.environ.get('PORT', 6012))
|
|||||||
manager.add_command("runserver", Server(host='0.0.0.0', port=port))
|
manager.add_command("runserver", Server(host='0.0.0.0', port=port))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@manager.command
|
@manager.command
|
||||||
def list_routes():
|
def list_routes():
|
||||||
"""List URLs of all application routes."""
|
"""List URLs of all application routes."""
|
||||||
|
|||||||
Reference in New Issue
Block a user