Appease flake8

pull/831/head
Mark Haines 2016-06-03 14:56:36 +01:00
parent 0b3c80a234
commit da491e75b2
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ class SynchrotronSlavedStore(
SlavedFilteringStore, SlavedFilteringStore,
SlavedPresenceStore, SlavedPresenceStore,
BaseSlavedStore, 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): def get_presence_list_accepted(self, user_localpart):
return () return ()