Skip to content

Commit

Permalink
Fix TypeVarTuple typo in pyupgrade rule (#11806)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood authored Jun 8, 2024
1 parent ccc418c commit af821ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit af821ec

Please sign in to comment.