Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from 1 commit
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
Prev Previous commit
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 9, 2026
commit a140227868503dc9e23c9e1f5d8ccd0018868048
2 changes: 1 addition & 1 deletion mypy/checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@
LiteralType,
NoneType,
Overloaded,
ParamSpecType,
PartialType,
ProperType,
TupleType,
Expand All @@ -228,7 +229,6 @@
TypeVarId,
TypeVarLikeType,
TypeVarTupleType,
ParamSpecType,
TypeVarType,
UnboundType,
UninhabitedType,
Expand Down
Loading