diff --git a/tests/unit/profiles/test_google.py b/tests/unit/profiles/test_google.py index b265e309..a3adb3cd 100644 --- a/tests/unit/profiles/test_google.py +++ b/tests/unit/profiles/test_google.py @@ -141,8 +141,7 @@ def test_google_code_snippet_one(): import inspect import itertools as it import threading -from typing import (Any, Callable, Iterable, List, NamedTuple, Optional, - Sequence, Tuple, TypeVar, Union) +from typing import Any, Callable, Iterable, List, NamedTuple, Optional, Sequence, Tuple, TypeVar, Union from warnings import warn import weakref