mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-20 18:24:06 -04:00
run isort
This commit is contained in:
parent
2ee9f1bd1a
commit
49af402019
334 changed files with 1749 additions and 1668 deletions
|
@ -1,15 +1,17 @@
|
|||
import json
|
||||
from io import BytesIO
|
||||
|
||||
import attr
|
||||
import json
|
||||
from six import text_type
|
||||
|
||||
from twisted.python.failure import Failure
|
||||
import attr
|
||||
|
||||
from twisted.internet import threads
|
||||
from twisted.internet.defer import Deferred
|
||||
from twisted.python.failure import Failure
|
||||
from twisted.test.proto_helpers import MemoryReactorClock
|
||||
|
||||
from synapse.http.site import SynapseRequest
|
||||
from twisted.internet import threads
|
||||
|
||||
from tests.utils import setup_test_homeserver as _sth
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue