forked from MirrorHub/synapse
PEP8
This commit is contained in:
parent
c6064a7ba6
commit
ed4d176152
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue