summary refs log tree commit diff
path: root/synapse/appservice/api.py
diff options
context:
space:
mode:
authorDaniel Wagner-Hall <dawagner@gmail.com>2016-02-02 17:18:54 +0000
committerDaniel Wagner-Hall <dawagner@gmail.com>2016-02-02 17:18:54 +0000
commitde11b5b9b5da286d2cb96f8ae5c18f6b55b9b460 (patch)
tree009a6132dd0c507fb68a449efc247519d2a8aab7 /synapse/appservice/api.py
parentMerge pull request #549 from matrix-org/erikj/sync (diff)
parentFix flake8 warnings for new flake8 (diff)
downloadsynapse-de11b5b9b5da286d2cb96f8ae5c18f6b55b9b460.tar.xz
Merge pull request #551 from matrix-org/daniel/flake8
Fix flake8 warnings for new flake8
Diffstat (limited to '')
-rw-r--r--synapse/appservice/api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/appservice/api.py b/synapse/appservice/api.py
index e1c07028e8..bc90605324 100644
--- a/synapse/appservice/api.py
+++ b/synapse/appservice/api.py
@@ -29,7 +29,7 @@ class ApplicationServiceApi(SimpleHttpClient):
     pushing.
     """
 
-    def __init__(self,  hs):
+    def __init__(self, hs):
         super(ApplicationServiceApi, self).__init__(hs)
         self.clock = hs.get_clock()