mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-28 19:19:30 -04:00
Remove unused imports
This commit is contained in:
parent
327ca883ec
commit
073b891ec1
1 changed files with 1 additions and 2 deletions
|
@ -19,8 +19,7 @@ sys.dont_write_bytecode = True
|
|||
|
||||
from synapse.storage.engines import create_engine
|
||||
from synapse.storage import (
|
||||
prepare_database, prepare_sqlite3_database, are_all_users_on_domain,
|
||||
UpgradeDatabaseException,
|
||||
are_all_users_on_domain, UpgradeDatabaseException,
|
||||
)
|
||||
|
||||
from synapse.server import HomeServer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue