diff options
author | Mark Haines <mjark@negativecurvature.net> | 2016-06-03 14:56:36 +0100 |
---|---|---|
committer | Mark Haines <mjark@negativecurvature.net> | 2016-06-03 14:56:36 +0100 |
commit | da491e75b2d46c885f7fbb9240501c223e7c59bd (patch) | |
tree | d255e46865992d53a102f7db25b0f9d15faeae9e /synapse/app/synchrotron.py | |
parent | Use ClientIpStore to record client ips (diff) | |
download | synapse-da491e75b2d46c885f7fbb9240501c223e7c59bd.tar.xz |
Appease flake8
Diffstat (limited to 'synapse/app/synchrotron.py')
-rw-r--r-- | synapse/app/synchrotron.py | 2 |
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 () |