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 6c0357911..8b30c843f 100644 --- a/tests/typing_test_data.py +++ b/tests/typing_test_data.py @@ -1,6 +1,6 @@ from inspect import Signature from numbers import Integral -from typing import Any, Dict, List, TypeVar, Union, Callable, Tuple, Optional +from typing import Any, Callable, Dict, List, Optional, Tuple, TypeVar, Union def f0(x: int, y: Integral) -> None: |