diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-12-15 22:28:06 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-12-15 22:35:50 +0000 |
commit | c9dd47d66864714043b51a235909e3e957740c7b (patch) | |
tree | 2f6da2e62de09f2b9f64efd8bb260336ebc34b27 /tests/replication/test_auth.py | |
parent | changelog (diff) | |
download | synapse-c9dd47d66864714043b51a235909e3e957740c7b.tar.xz |
lint
Diffstat (limited to 'tests/replication/test_auth.py')
-rw-r--r-- | tests/replication/test_auth.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/replication/test_auth.py b/tests/replication/test_auth.py index c5ab3032a5..f35a5235e1 100644 --- a/tests/replication/test_auth.py +++ b/tests/replication/test_auth.py @@ -13,9 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. import logging -from typing import Tuple -from synapse.http.site import SynapseRequest from synapse.rest.client.v2_alpha import register from tests.replication._base import BaseMultiWorkerStreamTestCase |