Skip to content

Commit

Permalink
Fix ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
y0urself committed Dec 21, 2023
1 parent 942b93c commit e3f9aa0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tests/updateheader/test_header.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@

from pontos.terminal.terminal import ConsoleTerminal
from pontos.testing import temp_file
from pontos.updateheader.updateheader import OLD_COMPANY
from pontos.updateheader.updateheader import (
OLD_COMPANY,
_compile_copyright_regex,
main,
)
from pontos.updateheader.updateheader import _add_header as add_header
from pontos.updateheader.updateheader import _compile_copyright_regex
from pontos.updateheader.updateheader import (
_compile_outdated_regex as compile_outdated_regex,
)
Expand All @@ -46,7 +49,6 @@
_remove_outdated_lines as remove_outdated_lines,
)
from pontos.updateheader.updateheader import _update_file as update_file
from pontos.updateheader.updateheader import main

HEADER = """# SPDX-FileCopyrightText: {date} Greenbone AG
#
Expand Down

0 comments on commit e3f9aa0

Please sign in to comment.