as well as
# comment
from a import b
if run with lines_before_imports = 2 they should result in
(ignore the spaces in the empty lines, they are needed for GH to display leading empty lines)
and
# comment
from a import b
respectively, but they don't. If you add any non-import statement to the files (e.g., foo = bar) the output is as expected.
as well as
if run with
lines_before_imports = 2they should result in(ignore the spaces in the empty lines, they are needed for GH to display leading empty lines)
and
respectively, but they don't. If you add any non-import statement to the files (e.g.,
foo = bar) the output is as expected.