You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments