Skip to content

Commit 44eed77

Browse files
committed
style: black-format SPDX header test
1 parent fbd1daf commit 44eed77

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/test_spdx_headers.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,5 @@ def test_file_has_spdx_identifier(path: Path):
5252
# not buried somewhere in the body.
5353
head = path.read_text(encoding="utf-8").splitlines()[:5]
5454
assert any(SPDX_TAG in line for line in head), (
55-
f"{path.relative_to(_REPO_ROOT)} is missing the SPDX header "
56-
f"'# {SPDX_TAG}'"
55+
f"{path.relative_to(_REPO_ROOT)} is missing the SPDX header " f"'# {SPDX_TAG}'"
5756
)

0 commit comments

Comments
 (0)