0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-29 04:59:00 +02:00

re-try to make isort happy

This commit is contained in:
Hubert Chathi 2019-02-06 22:18:41 -05:00
parent 51b73be63b
commit d9e424bf64

View file

@ -24,7 +24,7 @@ from synapse.api.errors import (
NotFoundError,
RoomKeysVersionError,
StoreError,
SynapseError
SynapseError,
)
from synapse.util.async_helpers import Linearizer