Remove unused import

pull/1105/head
Erik Johnston 2016-09-12 13:32:58 +01:00
parent 7cd6edb947
commit 5ef5435529
1 changed files with 0 additions and 1 deletions

View File

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