Skip to content

Commit

Permalink
Remove 3.12 section
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood committed Jun 18, 2023
1 parent 63fbbbe commit 3adafe6
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions reorder_python_imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,19 +481,6 @@ def _fix_file(
'typing_extensions=typing:overload',
'typing_extensions=typing:reveal_type',
))
REPLACES[(3, 12)].update((
'typing_extensions=typing:NamedTuple',
'typing_extensions=typing:Protocol',
'typing_extensions=typing:SupportsAbs',
'typing_extensions=typing:SupportsBytes',
'typing_extensions=typing:SupportsComplex',
'typing_extensions=typing:SupportsFloat',
'typing_extensions=typing:SupportsInt',
'typing_extensions=typing:SupportsRound',
'typing_extensions=typing:TypedDict',
'typing_extensions=typing:Unpack',
'typing_extensions=typing:dataclass_transform',
))
# END GENERATED

# GENERATED VIA generate-typing-pep585-rewrites
Expand Down

0 comments on commit 3adafe6

Please sign in to comment.