0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-03 01:48:23 +02:00

Remove unused import

This commit is contained in:
Erik Johnston 2016-09-12 13:32:58 +01:00
parent 7cd6edb947
commit 5ef5435529

View file

@ -17,7 +17,6 @@ from ._base import SQLBaseStore
from twisted.internet import defer
from synapse.util.caches.descriptors import cachedInlineCallbacks
from synapse.types import RoomStreamToken
from synapse.storage.engines import PostgresEngine
from .stream import lower_bound
import logging