Skip to content

Commit 413ec92

Browse files
etoyamaclaude
andcommitted
fix(#108): tests -- sort imports to satisfy ruff I001 in CI
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent ae8ebdb commit 413ec92

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

tests/batch_harness/test_crash_recovery.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ class TestCrashRecoveryFinalize:
220220
def test_finalize_writes_manifest_incomplete(self, tmp_path: Path) -> None:
221221
"""t1: Manifest is written with status=incomplete."""
222222
from skills._shared.crash_recovery import finalize_incomplete
223-
224223
from skills._shared.manifest_writer import init_run
225224

226225
_write_vocab(tmp_path)
@@ -243,7 +242,6 @@ def test_finalize_writes_manifest_incomplete(self, tmp_path: Path) -> None:
243242
def test_skip_reason_recorded(self, tmp_path: Path) -> None:
244243
"""t2: skip_reason is written in manifest."""
245244
from skills._shared.crash_recovery import finalize_incomplete
246-
247245
from skills._shared.manifest_writer import init_run
248246

249247
_write_vocab(tmp_path)
@@ -264,7 +262,6 @@ def test_skip_reason_recorded(self, tmp_path: Path) -> None:
264262
def test_run_yaml_status_updated(self, tmp_path: Path) -> None:
265263
"""t3: run.yaml status is updated to incomplete."""
266264
from skills._shared.crash_recovery import finalize_incomplete
267-
268265
from skills._shared.manifest_writer import init_run
269266

270267
_write_vocab(tmp_path)

tests/batch_harness/test_history_query.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
from unittest import mock
1717

1818
from ruamel.yaml import YAML
19+
1920
from skills.premortem.lib.history_query import query
2021

2122

0 commit comments

Comments
 (0)