mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-02 06:42:02 +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:
|
// but typing_extensions backports PEP-696:
|
||||||
"ParamSpec",
|
"ParamSpec",
|
||||||
"TypeVar",
|
"TypeVar",
|
||||||
"TypevarTuple",
|
"TypeVarTuple",
|
||||||
];
|
];
|
||||||
|
|
||||||
// Members of `typing_extensions` that were moved to `types`.
|
// Members of `typing_extensions` that were moved to `types`.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue