I004 isort found an unexpected blank line in imports #715
Answered
by
cidrblock
cidrblock
asked this question in
Linters, linting, formatting, pre-commit, CI
-
https://pypi.org/project/flake8-isort/ This is the code:
The blank line in the I like the blank line here as a delimiter between py and internal |
Beta Was this translation helpful? Give feedback.
Answered by
cidrblock
Jan 31, 2022
Replies: 2 comments 2 replies
-
another example of the same
The error is thrown for the blank line between os and pathlib, the blank line separates the 2 |
Beta Was this translation helpful? Give feedback.
2 replies
-
isort has been implemented via a pre-commit hook :) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cidrblock
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
isort has been implemented via a pre-commit hook :)