Skip to content
Snippets Groups Projects
Commit ab3c897c authored by Kegan Dougal's avatar Kegan Dougal
Browse files

Remove unused imports.

parent 5a7dd058
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment