Consider the Python script:
Currently all whitespace following the pass in a is collapsed with it:

This will make it the code harder to read in some cases as there is no space between the functions are the author intended, making a look more like part of b.
Consider the Python script:
Currently all whitespace following the
passinais collapsed with it:This will make it the code harder to read in some cases as there is no space between the functions are the author intended, making
alook more like part ofb.