Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions tests/unit/profiles/test_google.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading