diff --git a/crates/ruff_linter/src/rules/pyupgrade/rules/deprecated_import.rs b/crates/ruff_linter/src/rules/pyupgrade/rules/deprecated_import.rs index 9d9bac137cd5e..8f1f00567139b 100644 --- a/crates/ruff_linter/src/rules/pyupgrade/rules/deprecated_import.rs +++ b/crates/ruff_linter/src/rules/pyupgrade/rules/deprecated_import.rs @@ -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`.