pull/1818/head
Erik Johnston 2017-01-17 15:27:28 +00:00
parent c6064a7ba6
commit ed4d176152
1 changed files with 1 additions and 1 deletions

View File

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