Open
Description
Description
When a file has only comments, the comments are removed
Steps to reproduce
Run fix_code
over:
---
# Keep comments!
Current behavior
The file is transformed to:
---
...
Desired behavior
The file is unchanged
Additional context
@rsnodgrass created the unit test in this PR which was closed due to inactivity, if you want to implement this, you can follow in that branch