summaryrefslogtreecommitdiff
path: root/service/pixelated/controllers
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/controllers
parent6dcb711dc40bbb36806f29c1ef081a3f0b384283 (diff)
Fixed pep8 warnings.
Diffstat (limited to 'service/pixelated/controllers')
-rw-r--r--service/pixelated/controllers/contacts_controller.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/pixelated/controllers/contacts_controller.py b/service/pixelated/controllers/contacts_controller.py
index f9b0628b..5825b563 100644
--- a/service/pixelated/controllers/contacts_controller.py
+++ b/service/pixelated/controllers/contacts_controller.py
@@ -28,4 +28,4 @@ class ContactsController:
d = deferToThread(lambda: self._search_engine.contacts(query))
d.addCallback(lambda tags: respond_json_deferred(tags, request))
- return d \ No newline at end of file
+ return d