summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <paul@matrix.org>2016-08-18 16:26:19 +0100
committerPaul "LeoNerd" Evans <paul@matrix.org>2016-08-18 16:26:19 +0100
commitfcf1dec809e35826b50ed6841730dc0bfeff724a (patch)
treed605092102a3bd439ca2522f407f5355d94158b8 /synapse
parentAuthenticate 3PE lookup requests (diff)
downloadsynapse-fcf1dec809e35826b50ed6841730dc0bfeff724a.tar.xz
Appease pep8
Diffstat (limited to 'synapse')
-rw-r--r--synapse/handlers/appservice.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/synapse/handlers/appservice.py b/synapse/handlers/appservice.py
index 72c36615df..a2715e5cf6 100644
--- a/synapse/handlers/appservice.py
+++ b/synapse/handlers/appservice.py
@@ -34,6 +34,7 @@ def log_failure(failure):
         )
     )
 
+
 def _is_valid_3pentity_result(r, field):
     if not isinstance(r, dict):
         return False
@@ -55,6 +56,7 @@ def _is_valid_3pentity_result(r, field):
 
     return True
 
+
 class ApplicationServicesHandler(object):
 
     def __init__(self, hs):