mirror of
https://mau.dev/maunium/synapse.git
synced 2025-03-05 02:10:23 +01:00
isort
This commit is contained in:
parent
017ed9d423
commit
d3f640f0ac
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ import json
|
|||
from mock import Mock
|
||||
|
||||
from synapse.api.constants import UserTypes
|
||||
from synapse.rest.client.v1 import admin, login, room, events
|
||||
from synapse.rest.client.v1 import admin, events, login, room
|
||||
|
||||
from tests import unittest
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue