This commit is contained in:
Erik Johnston 2019-01-23 11:48:16 +00:00
parent 4cd50d983d
commit be1065af59
2 changed files with 2 additions and 4 deletions

View file

@ -18,9 +18,7 @@ from distutils.util import strtobool
import six
from synapse.api.constants import (
EventFormatVersions,
)
from synapse.api.constants import EventFormatVersions
from synapse.util.caches import intern_dict
from synapse.util.frozenutils import freeze

View file

@ -23,9 +23,9 @@ from twisted.internet import defer
from synapse.api.constants import EventFormatVersions
from synapse.api.errors import NotFoundError
from synapse.events import FrozenEvent
# these are only included to make the type annotations work
from synapse.events.snapshot import EventContext # noqa: F401
from synapse.events import FrozenEvent
from synapse.events.utils import prune_event
from synapse.metrics.background_process_metrics import run_as_background_process
from synapse.util.logcontext import (