summary refs log tree commit diff
path: root/synapse/appservice
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2016-08-30 16:30:12 +0100
committerKegan Dougal <kegan@matrix.org>2016-08-30 16:30:12 +0100
commit16b652f0a375a880175b54d5d439bde6a0604dd2 (patch)
tree6c3b235df6b2e2b8d78fe062ac6a24f157c64734 /synapse/appservice
parentAllow application services to have an optional 'url' (diff)
downloadsynapse-16b652f0a375a880175b54d5d439bde6a0604dd2.tar.xz
Flake8
Diffstat (limited to 'synapse/appservice')
-rw-r--r--synapse/appservice/api.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/appservice/api.py b/synapse/appservice/api.py
index e596cb7376..ee63f06359 100644
--- a/synapse/appservice/api.py
+++ b/synapse/appservice/api.py
@@ -153,6 +153,7 @@ class ApplicationServiceApi(SimpleHttpClient):
     def get_3pe_protocol(self, service, protocol):
         if service.url == "":
             defer.returnValue({})
+
         @defer.inlineCallbacks
         def _get():
             uri = "%s%s/thirdparty/protocol/%s" % (