diff --git a/crates/ruff_python_stdlib/src/typing.rs b/crates/ruff_python_stdlib/src/typing.rs index a16dd2ea838c38..4d219d0de6165f 100644 --- a/crates/ruff_python_stdlib/src/typing.rs +++ b/crates/ruff_python_stdlib/src/typing.rs @@ -200,8 +200,6 @@ pub const PEP_585_BUILTINS_ELIGIBLE: &[&[&str]] = &[ // See: https://peps.python.org/pep-0585/ pub const PEP_585_SUBSCRIPT_ELIGIBLE: &[&[&str]] = &[ - &["typing", "DefaultDict"], - &["typing", "Deque"], &["typing", "Dict"], &["typing", "FrozenSet"], &["typing", "List"],