mypy
3804f7e3
- Expand TypeVarTuple default (PEP 696) (#16851)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
Expand TypeVarTuple default (PEP 696) (#16851) Small change to fix an error when expanding a TypeVarTuple default. ``` RuntimeError: Invalid type replacement to expand: Unpack[tuple[builtins.int, builtins.str]] ``` Ref: #14851
References
#16851 - Expand TypeVarTuple default (PEP 696)
Author
cdce8p
Parents
3f58c2d9
Loading