mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-11 23:14:20 -05:00
Fix isort
This commit is contained in:
parent
cb298ff623
commit
051a99c400
@ -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 New Issue
Block a user