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/unittest.py | |
parent | changelog (diff) | |
download | synapse-c9dd47d66864714043b51a235909e3e957740c7b.tar.xz |
lint
Diffstat (limited to 'tests/unittest.py')
-rw-r--r-- | tests/unittest.py | 2 |
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 |