0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-04 15:39:01 +02:00

Remove unused imports

This commit is contained in:
Erik Johnston 2016-09-05 10:52:01 +01:00
parent 80a6a445fa
commit caed150363

View file

@ -16,7 +16,6 @@
from ._base import SQLBaseStore
from synapse.util.caches.descriptors import cachedInlineCallbacks, cachedList
from synapse.push.baserules import list_with_base_rules
from synapse.api.constants import EventTypes, Membership
from twisted.internet import defer
import logging