When applying license headers, an extra empty # line is added before the actual license header: ```python # # Copyright (C) 2009-2025 # import os ``` Expected behaviour ```python # Copyright (C) 2009-2025 import os import sys ```
When applying license headers, an extra empty # line is added before the actual license header:
Expected behaviour