Skip to content

Commit

Permalink
sync import rewrites from latest reorder-python-imports
Browse files Browse the repository at this point in the history
asottile committed Oct 10, 2022
1 parent 9a2c3da commit 2d46dc5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyupgrade/_plugins/imports.py
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
from pyupgrade._token_helpers import indented_amount

# GENERATED VIA generate-imports
# Using reorder-python-imports==3.8.3
# Using reorder-python-imports==3.8.4
REMOVALS = {
(3,): {
'__future__': {
@@ -156,7 +156,6 @@
(3, 10): {
('typing', 'Callable'): 'collections.abc',
('typing_extensions', 'Concatenate'): 'typing',
('typing_extensions', 'ParamSpec'): 'typing',
('typing_extensions', 'ParamSpecArgs'): 'typing',
('typing_extensions', 'ParamSpecKwargs'): 'typing',
('typing_extensions', 'TypeAlias'): 'typing',

0 comments on commit 2d46dc5

Please sign in to comment.