Skip to content

Commit dea1418

Browse files
ruff fix
Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> Assisted-by: Cursor
1 parent d2f9dc7 commit dea1418

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

components/training/autorag/shared/tests/test_component_status.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
ComponentStatusEncoder,
1212
ComponentStatusTracker,
1313
bootstrap_status_tracker,
14-
component_status_tracker,
1514
load_component_status,
1615
load_embedded_component_status_module,
1716
)
@@ -33,7 +32,6 @@ def test_record_and_save(self, tmp_path: Path) -> None:
3332
assert data["stages"][0]["status"] == "completed"
3433
assert data["stages"][0]["rows"] == 5
3534

36-
3735
def test_context_manager_marks_failed_and_saves(self, tmp_path: Path) -> None:
3836
"""Context manager marks active stage failed and persists status on exception."""
3937
with pytest.raises(RuntimeError, match="boom"):

0 commit comments

Comments
 (0)