deshaw / pyflyby

A set of productivity tools for Python
https://deshaw.github.io/pyflyby/
Other
347 stars 52 forks source link

PythonBlock.statements can start with newlines. #328

Closed Carreau closed 4 months ago

Carreau commented 5 months ago

It look like statements are improperly split when coming from a block, at least some comments statements can start with new lines, which can make dealing with blank lines harder.

I don't think any statement should ever start with a newline.