mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 14:21:53 +00:00
Fix TypeVarTuple
typo in pyupgrade rule (#11806)
This commit is contained in:
parent
ccc418cc49
commit
af821ecda1
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ const TYPING_EXTENSIONS_TO_TYPING_313: &[&str] = &[
|
|||
// but typing_extensions backports PEP-696:
|
||||
"ParamSpec",
|
||||
"TypeVar",
|
||||
"TypevarTuple",
|
||||
"TypeVarTuple",
|
||||
];
|
||||
|
||||
// Members of `typing_extensions` that were moved to `types`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue