mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-17 18:34:20 -05:00
Remove unused imports.
This commit is contained in:
parent
5a7dd05818
commit
ab3c897ce1
@ -15,11 +15,11 @@
|
||||
from tests import unittest
|
||||
from twisted.internet import defer
|
||||
|
||||
from mock import Mock, NonCallableMock
|
||||
from mock import Mock
|
||||
|
||||
from synapse.api.auth import Auth
|
||||
from synapse.api.errors import AuthError
|
||||
from synapse.types import UserID
|
||||
|
||||
|
||||
class AuthTestCase(unittest.TestCase):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user