diff options
Diffstat (limited to 'tests/typing_test_data.py')
-rw-r--r-- | tests/typing_test_data.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typing_test_data.py b/tests/typing_test_data.py index 4f0e45742..26f619fdc 100644 --- a/tests/typing_test_data.py +++ b/tests/typing_test_data.py @@ -1,5 +1,5 @@ from inspect import Signature -from numbers import Integral # NoQA: TCH003 +from numbers import Integral from typing import Any, Callable, Dict, List, Optional, Tuple, TypeVar, Union |