re-try to make isort happy

pull/4580/head
Hubert Chathi 2019-02-06 22:18:41 -05:00
parent 51b73be63b
commit d9e424bf64
1 changed files with 1 additions and 1 deletions

View File

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