summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorNeil Johnson <neil@fragile.org.uk>2018-08-03 23:00:16 +0100
committerNeil Johnson <neil@fragile.org.uk>2018-08-03 23:00:16 +0100
commitd08296f9f278f39372bb5db99266d627614ecc96 (patch)
tree37cda9205e497e2bd8ab1b05397904a21553f4ce /tests
parentbug fixes (diff)
downloadsynapse-d08296f9f278f39372bb5db99266d627614ecc96.tar.xz
remove unused import
Diffstat (limited to 'tests')
-rw-r--r--tests/api/test_auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/api/test_auth.py b/tests/api/test_auth.py

index e963963c73..5dc3398300 100644 --- a/tests/api/test_auth.py +++ b/tests/api/test_auth.py
@@ -21,7 +21,7 @@ from twisted.internet import defer import synapse.handlers.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 tests import unittest