Skip to content

Commit 7b946b7

Browse files
committed
ci: lint fix
Signed-off-by: Damian Skrzyński <polprog.tech@gmail.com>
1 parent 54fc1c6 commit 7b946b7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

tests/test_cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ def test_report_with_json(self, tmp_python_repo: Path, tmp_path: Path) -> None:
137137
assert result.exit_code == 0
138138
assert (out_dir / "codemap_report.json").exists()
139139

140+
140141
class TestProgressReporting:
141142
"""CLI commands show progress stages."""
142143

tests/test_rendering.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,4 +749,4 @@ def test_pdf_with_ownership(self, graph_with_ownership: CodeGraph, tmp_path: Pat
749749
# THEN the file is generated without errors and has valid content
750750
assert out.exists()
751751
assert out.read_bytes()[:5] == b"%PDF-"
752-
assert out.stat().st_size > 1000
752+
assert out.stat().st_size > 1000

0 commit comments

Comments
 (0)