Skip to content

Commit

Permalink
Remove Deque and DefaultDict
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerYep committed May 4, 2023
1 parent 69abeb0 commit 4373751
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/ruff_python_stdlib/src/typing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 4373751

Please sign in to comment.