We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 967f590 commit 1d04059Copy full SHA for 1d04059
mypy/messages.py
@@ -22,7 +22,7 @@
22
from mypy.errors import Errors
23
from mypy.types import (
24
Type, CallableType, Instance, TypeVarType, TupleType, TypedDictType, LiteralType,
25
- UnionType, NoneType, AnyType, Overloaded, FunctionLike, DeletedType, TypeType, TypeVarType,
+ UnionType, NoneType, AnyType, Overloaded, FunctionLike, DeletedType, TypeType,
26
UninhabitedType, TypeOfAny, UnboundType, PartialType, get_proper_type, ProperType,
27
get_proper_types
28
)
0 commit comments