mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-31 03:45:13 +00:00
remove unused import
This commit is contained in:
parent
886be75ad1
commit
d08296f9f2
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ from twisted.internet import defer
|
||||||
|
|
||||||
import synapse.handlers.auth
|
import synapse.handlers.auth
|
||||||
from synapse.api.auth import Auth
|
from synapse.api.auth import Auth
|
||||||
from synapse.api.errors import AuthError, Codes
|
from synapse.api.errors import AuthError
|
||||||
from synapse.types import UserID
|
from synapse.types import UserID
|
||||||
|
|
||||||
from tests import unittest
|
from tests import unittest
|
||||||
|
|
Loading…
Add table
Reference in a new issue