[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2025-12-30 02:23:25 +00:00 committed by GitHub
parent ccabdbc83b
commit 152fd52cd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 0 additions and 3 deletions

View File

@ -1,4 +1,3 @@
"""
Mark agent test modules as a package to avoid import name collisions.
"""

View File

@ -45,4 +45,3 @@ def test_skip_empty_final_chunk() -> None:
published_event, publish_from = queue_manager.published[0]
assert publish_from == PublishFrom.APPLICATION_MANAGER
assert published_event.text == "hi"

View File

@ -146,4 +146,3 @@ def test_serialize_tool_call_strips_files_to_ids():
assert serialized["name"] == "do"
assert serialized["arguments"] == '{"a":1}'
assert serialized["output"] == "ok"