summary refs log tree commit diff
diff options
context:
space:
mode:
authorMark Haines <mjark@negativecurvature.net>2016-06-03 14:56:36 +0100
committerMark Haines <mjark@negativecurvature.net>2016-06-03 14:56:36 +0100
commitda491e75b2d46c885f7fbb9240501c223e7c59bd (patch)
treed255e46865992d53a102f7db25b0f9d15faeae9e
parentUse ClientIpStore to record client ips (diff)
downloadsynapse-da491e75b2d46c885f7fbb9240501c223e7c59bd.tar.xz
Appease flake8
-rw-r--r--synapse/app/synchrotron.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/app/synchrotron.py b/synapse/app/synchrotron.py
index 0446a1643d..af06ce70d1 100644
--- a/synapse/app/synchrotron.py
+++ b/synapse/app/synchrotron.py
@@ -122,7 +122,7 @@ class SynchrotronSlavedStore(
     SlavedFilteringStore,
     SlavedPresenceStore,
     BaseSlavedStore,
-    ClientIpStore, # After BaseSlavedStre because the constructor is different
+    ClientIpStore,  # After BaseSlavedStre because the constructor is different
 ):
     def get_presence_list_accepted(self, user_localpart):
         return ()