Code style fix.

This commit is contained in:
Nicholas Staples
2016-01-27 16:41:49 +00:00
parent 5565fef27b
commit 268b24463c

1
app.py
View File

@@ -10,7 +10,6 @@ port = int(os.environ.get('PORT', 6012))
manager.add_command("runserver", Server(host='0.0.0.0', port=port))
@manager.command
def list_routes():
"""List URLs of all application routes."""