Skip to content

Conversation

fsouza
Copy link
Collaborator

@fsouza fsouza commented Mar 10, 2023

When removing unused imports or breaking up lines, keep the original order.

Users can use other linters/formatters to fix import order (e.g. isort or reorder-python-imports).

Closes #229.

Copy link

@jakkdl jakkdl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, and works with the example on my end~

When removing unused imports or breaking up lines, keep the original
order.

Users can use other linters/formatters to fix import order (e.g. isort
or reorder-python-imports).

Closes #229.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Removing import resorts imports in a way incompatible with isort
2 participants