summaryrefslogtreecommitdiff
path: root/service/pixelated/config
diff options
context:
space:
mode:
authorFolker Bernitt <fbernitt@thoughtworks.com>2014-11-24 14:53:21 +0100
committerFolker Bernitt <fbernitt@thoughtworks.com>2014-11-24 14:53:21 +0100
commitb2881695a59fa004c9499ebe6b8187e37a5b4bcb (patch)
treed6d10102332c05ef3cbba2406df0904fd7c4ccc7 /service/pixelated/config
parent6dcb711dc40bbb36806f29c1ef081a3f0b384283 (diff)
Fixed pep8 warnings.
Diffstat (limited to 'service/pixelated/config')
-rw-r--r--service/pixelated/config/routes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/pixelated/config/routes.py b/service/pixelated/config/routes.py
index 6bad8a17..334119fc 100644
--- a/service/pixelated/config/routes.py
+++ b/service/pixelated/config/routes.py
@@ -23,4 +23,4 @@ def setup_routes(app, home_controller, mails_controller, tags_controller, featur
# attachments
app.route('/attachment/<attachment_id>', methods=['GET'])(attachments_controller.attachment)
# static
- app.route('/', methods=['GET'], branch=True)(home_controller.home) \ No newline at end of file
+ app.route('/', methods=['GET'], branch=True)(home_controller.home)