Skip to content

Commit 92acd6a

Browse files
committed
.
1 parent 0849085 commit 92acd6a

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

mypy/checker.py

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,7 @@
66
from collections import defaultdict
77
from collections.abc import Iterable, Iterator, Mapping, Sequence, Set as AbstractSet
88
from contextlib import ExitStack, contextmanager
9-
from typing import (
10-
Callable,
11-
Final,
12-
Generic,
13-
Literal,
14-
NamedTuple,
15-
TypeVar,
16-
cast,
17-
overload,
18-
)
9+
from typing import Callable, Final, Generic, Literal, NamedTuple, TypeVar, cast, overload
1910
from typing_extensions import TypeAlias as _TypeAlias, TypeGuard
2011

2112
import mypy.checkexpr

0 commit comments

Comments
 (0)