move batch_iter to a separate module

This commit is contained in:
Richard van der Hoff 2020-01-14 11:58:02 +00:00
parent d386f2f339
commit 14d8f342d5
8 changed files with 41 additions and 23 deletions

View file

@ -23,8 +23,8 @@ from signedjson.key import decode_verify_key_bytes
from synapse.storage._base import SQLBaseStore
from synapse.storage.keys import FetchKeyResult
from synapse.util import batch_iter
from synapse.util.caches.descriptors import cached, cachedList
from synapse.util.iterutils import batch_iter
logger = logging.getLogger(__name__)