From 268b24463cf8cae7f77c22292fdabb69a0b671f8 Mon Sep 17 00:00:00 2001 From: Nicholas Staples Date: Wed, 27 Jan 2016 16:41:49 +0000 Subject: [PATCH] Code style fix. --- app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app.py b/app.py index 0c000aed9..4a254ef93 100644 --- a/app.py +++ b/app.py @@ -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."""