mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-27 21:05:16 -04:00
move batch_iter to a separate module
This commit is contained in:
parent
d386f2f339
commit
14d8f342d5
8 changed files with 41 additions and 23 deletions
|
@ -17,8 +17,8 @@ from twisted.internet import defer
|
|||
|
||||
from synapse.storage._base import SQLBaseStore, make_in_list_sql_clause
|
||||
from synapse.storage.presence import UserPresenceState
|
||||
from synapse.util import batch_iter
|
||||
from synapse.util.caches.descriptors import cached, cachedList
|
||||
from synapse.util.iterutils import batch_iter
|
||||
|
||||
|
||||
class PresenceStore(SQLBaseStore):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue