MAESTRO: fix linting and formatting

This commit is contained in:
Mariusz Banach
2026-02-18 04:55:03 +01:00
parent af339e784e
commit 930495cd00
13 changed files with 22 additions and 29 deletions

View File

@@ -42,4 +42,4 @@ def test_analyzer_runs_selected_tests_and_reports_progress() -> None:
assert progress_events
assert all(total == 2 for _, total, _ in progress_events)
assert progress_events[0][0] == 0
assert progress_events[-1][0] == 1
assert progress_events[-1][0] == 1