diff options
author | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2023-03-05 12:54:01 +0000 |
---|---|---|
committer | Adam Turner <9087854+aa-turner@users.noreply.github.com> | 2023-03-05 12:54:24 +0000 |
commit | 18f8c0bfc8fcb2121bc3670baca670211fe77966 (patch) | |
tree | 92bffb9f6275455fb701adf75e64664adaf465a5 /tests/typing_test_data.py | |
parent | ba080286b06cb9e0cadec59a6cf1f96aa11aef5a (diff) | |
download | sphinx-git-18f8c0bfc8fcb2121bc3670baca670211fe77966.tar.gz |
Resolve lint errors from Ruff 0.0.254
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 |