Closed ashwinvis closed 5 years ago
Closing because isort
seems to do what we need. Removing unused imports is done better by zimports
of course, but is not usually needed.
I wrote zimports to do imports on one line, I've worked for years with imports that have tons of symbols all on one line and I've decided it's a mistake. They make git merges difficult, it makes linting difficult, they make readability difficult, etc.
Would it be possible to retain the example in PEP8 as it is, perhaps optionally:
and not breaking them up as: