Skip to content

Commit 3986ad3

Browse files
committed
Fix json import
1 parent ce6a891 commit 3986ad3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unit/checks/test_llm_base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,6 @@ async def test_run_llm_strips_whitespace_in_multi_turn_mode() -> None:
562562

563563
# Should strip whitespace in multi-turn mode
564564
user_message = client.captured_messages[1]["content"]
565-
import json
566565
json_start = user_message.find("{")
567566
payload = json.loads(user_message[json_start:])
568567
assert payload["latest_input"] == "Test input with whitespace" # noqa: S101

0 commit comments

Comments
 (0)