```python # fix_me.py def func(): pass #empty line ``` But after running `mypy-upgrade`, we get ```python # fix_me.py def func(): pass ```