Skip to content
Snippets Groups Projects
Commit b313b9b0 authored by Erik Johnston's avatar Erik Johnston
Browse files

isort

parent dacbeb2e
No related branches found
No related tags found
No related merge requests found
......@@ -22,10 +22,7 @@ import attr
from synapse.api.constants import EventTypes, JoinRules, Membership
from synapse.event_auth import auth_types_for_event
from synapse.events import FrozenEvent
from synapse.state.v2 import (
lexicographical_topological_sort,
resolve_events_with_store,
)
from synapse.state.v2 import lexicographical_topological_sort, resolve_events_with_store
from synapse.types import EventID
from tests import unittest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment