diff options
Diffstat (limited to 'tests/test_util_typing.py')
-rw-r--r-- | tests/test_util_typing.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/test_util_typing.py b/tests/test_util_typing.py index 4059dc6bd..354db1567 100644 --- a/tests/test_util_typing.py +++ b/tests/test_util_typing.py @@ -10,9 +10,8 @@ import sys from numbers import Integral -from typing import ( - Any, Dict, Generator, List, TypeVar, Union, Callable, Tuple, Optional, Generic -) +from typing import (Any, Callable, Dict, Generator, Generic, List, Optional, Tuple, TypeVar, + Union) import pytest |