summary refs log tree commit diff
path: root/tests/unittest.py
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-12-15 22:28:06 +0000
committerRichard van der Hoff <richard@matrix.org>2020-12-15 22:35:50 +0000
commitc9dd47d66864714043b51a235909e3e957740c7b (patch)
tree2f6da2e62de09f2b9f64efd8bb260336ebc34b27 /tests/unittest.py
parentchangelog (diff)
downloadsynapse-c9dd47d66864714043b51a235909e3e957740c7b.tar.xz
lint
Diffstat (limited to 'tests/unittest.py')
-rw-r--r--tests/unittest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittest.py b/tests/unittest.py
index 16fd4f32b9..39e5e7b85c 100644
--- a/tests/unittest.py
+++ b/tests/unittest.py
@@ -20,7 +20,7 @@ import hmac
 import inspect
 import logging
 import time
-from typing import Dict, Optional, Tuple, Type, TypeVar, Union, overload
+from typing import Dict, Optional, Type, TypeVar, Union
 
 from mock import Mock, patch