Skip to content

Commit 9c4483a

Browse files
committed
chore(lint): ruff I001 auto-fix on acp_runtime + test_status_chip
main 上残留的 ruff lint 失败(PR #107 引入),在本 PR 里顺手清掉,让 CI 绿。
1 parent a360007 commit 9c4483a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

acp_runtime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import subprocess
1212
import threading
1313

14-
from agent_runtime import AgentError, clean, _killpg_safe
14+
from agent_runtime import AgentError, _killpg_safe, clean
1515

1616
ACP_AGENT_TIMEOUT = int(os.environ.get("OPENFORGE_ACP_AGENT_TIMEOUT", "240"))
1717

tests/test_status_chip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ def test_cancel_endpoint_marks_chip_and_audits(store, monkeypatch):
201201
and a best-effort SIGTERM is sent to the bound subprocess group."""
202202
import sys
203203
sys.modules.pop("server", None)
204-
import server as srv
205204
import post_router
205+
import server as srv
206206

207207
t = _make_thread(store)
208208
chip = store.add_thread_post(

0 commit comments

Comments
 (0)