1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-04-08 19:13:59 +00:00
This commit is contained in:
Erik Johnston 2017-01-17 15:27:28 +00:00
parent c6064a7ba6
commit ed4d176152

View file

@ -25,7 +25,7 @@ from synapse.api.errors import AuthError
from synapse.events.snapshot import EventContext
from synapse.util.async import Linearizer
from collections import namedtuple, defaultdict
from collections import namedtuple
from frozendict import frozendict
import logging