mirror of https://github.com/astral-sh/ruff
Fix `TypeVarTuple` typo in pyupgrade rule (#11806)
This commit is contained in:
parent
ccc418cc49
commit
af821ecda1
|
|
@ -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…
Reference in New Issue