Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkowl committed Mar 11, 2019
1 parent 41a5ba1 commit 1b77bd6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions synapse/storage/user_directory.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
from twisted.internet import defer

from synapse.api.constants import EventTypes, JoinRules
from synapse.storage.engines import PostgresEngine, Sqlite3Engine
from synapse.storage.background_updates import BackgroundUpdateStore
from synapse.storage.engines import PostgresEngine, Sqlite3Engine
from synapse.storage.state import StateFilter
from synapse.types import get_domain_from_id, get_localpart_from_id
from synapse.util.caches.descriptors import cached, cachedInlineCallbacks
Expand All @@ -38,7 +38,6 @@ def __init__(self, dbconn, hs):
"users_in_public_rooms_initial", self._populate_users_in_public_rooms
)


@defer.inlineCallbacks
def _populate_users_in_public_rooms(self, progress, batch_size):
"""
Expand Down

0 comments on commit 1b77bd6

Please sign in to comment.