My preference is that the empty lines in the original code remains (as much as possible) in the modified code. There is a small change that enables this in the PreciseUnparser, however, it seems to be by design (connected comments vs non-connected in the test_ast.py) that empty lines are not considered. Is it better to create a new PreciseEmptyLinesUnparser? or simply it is a matter of preference and no need to PR since my needs are met in my fork?
My preference is that the empty lines in the original code remains (as much as possible) in the modified code. There is a small change that enables this in the
PreciseUnparser, however, it seems to be by design (connected comments vs non-connected in the test_ast.py) that empty lines are not considered. Is it better to create a newPreciseEmptyLinesUnparser? or simply it is a matter of preference and no need to PR since my needs are met in my fork?