mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-23 18:15:53 +03:00
Fix isort
This commit is contained in:
parent
cb298ff623
commit
051a99c400
1 changed files with 1 additions and 4 deletions
|
@ -21,10 +21,7 @@ from six.moves import urllib
|
||||||
|
|
||||||
from twisted.internet import defer
|
from twisted.internet import defer
|
||||||
|
|
||||||
from synapse.api.errors import (
|
from synapse.api.errors import CodeMessageException, HttpResponseException
|
||||||
CodeMessageException,
|
|
||||||
HttpResponseException,
|
|
||||||
)
|
|
||||||
from synapse.util.caches.response_cache import ResponseCache
|
from synapse.util.caches.response_cache import ResponseCache
|
||||||
from synapse.util.stringutils import random_string
|
from synapse.util.stringutils import random_string
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue