Remove unused import

pull/123/head
Erik Johnston 2015-04-09 13:46:06 +01:00
parent 9707acfc40
commit 2ded344620
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ what sort order was used:
from twisted.internet import defer
from ._base import SQLBaseStore, cached
from ._base import SQLBaseStore
from synapse.api.constants import EventTypes
from synapse.api.errors import SynapseError
from synapse.util.logutils import log_function