Adding a comment on its own line in a list comprehension introduces line breaks in the code. #1337
Labels
F: comments
The syntactic kind. Not in the language grammar, always on our minds. Best bugs.
T: style
What do we want Blackened code to look like?
Describe the bug
A clear and concise description of what the bug is the title:
To Reproduce
** 2 for i in some_long_var_name
is - unnecessarily - broken in two lines.Expected behavior
i ** 2 for i in some_long_var_name
should not be broken in two lines.Environment
Does this bug also happen on master?
Yes.
The text was updated successfully, but these errors were encountered: