Skip to content

Commit 1d04059

Browse files
authored
Remove duplicate import in mypy/messages.py (#11235)
1 parent 967f590 commit 1d04059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/messages.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from mypy.errors import Errors
2323
from mypy.types import (
2424
Type, CallableType, Instance, TypeVarType, TupleType, TypedDictType, LiteralType,
25-
UnionType, NoneType, AnyType, Overloaded, FunctionLike, DeletedType, TypeType, TypeVarType,
25+
UnionType, NoneType, AnyType, Overloaded, FunctionLike, DeletedType, TypeType,
2626
UninhabitedType, TypeOfAny, UnboundType, PartialType, get_proper_type, ProperType,
2727
get_proper_types
2828
)

0 commit comments

Comments
 (0)