Skip to content

Commit eb198f4

Browse files
authored
Removes unused import (#11041)
1 parent 3f8ada0 commit eb198f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/checkexpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
make_optional_type,
1616
)
1717
from mypy.types import (
18-
Type, AnyType, CallableType, Overloaded, NoneType, TypeVarType, TypeGuardType,
18+
Type, AnyType, CallableType, Overloaded, NoneType, TypeVarType,
1919
TupleType, TypedDictType, Instance, ErasedType, UnionType,
2020
PartialType, DeletedType, UninhabitedType, TypeType, TypeOfAny, LiteralType, LiteralValue,
2121
is_named_instance, FunctionLike, ParamSpecType,

0 commit comments

Comments
 (0)