mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-15 06:21:49 +01:00
re-try to make isort happy
This commit is contained in:
parent
51b73be63b
commit
d9e424bf64
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ from synapse.api.errors import (
|
|||
NotFoundError,
|
||||
RoomKeysVersionError,
|
||||
StoreError,
|
||||
SynapseError
|
||||
SynapseError,
|
||||
)
|
||||
from synapse.util.async_helpers import Linearizer
|
||||
|
||||
|
|
Loading…
Reference in a new issue