Skip to content

Commit 3bb177b

Browse files
AliceLJYclaude
andauthored
style: 修复 import 排序(ruff I001) (#45)
tests/test_openclaw_agent.py 两处 import block 格式不符合 ruff 规范,自动修复。 Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 92c5359 commit 3bb177b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_openclaw_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
from unittest.mock import MagicMock
66

7-
87
# ---------------------------------------------------------------------------
98
# TmuxBackend tests
109
# ---------------------------------------------------------------------------
@@ -102,6 +101,7 @@ def test_tmux_backend_excludes_agent_flag_when_not_set(monkeypatch):
102101
def test_subprocess_backend_raises_with_openclaw_agent(monkeypatch):
103102
"""subprocess_backend.spawn() with openclaw_agent should raise NotImplementedError."""
104103
import pytest
104+
105105
from clawteam.spawn.subprocess_backend import SubprocessBackend
106106

107107
backend = SubprocessBackend()

0 commit comments

Comments
 (0)