0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-07 00:49:09 +02: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