Skip to content

Commit 8b9c374

Browse files
committed
style: run autoformat.sh on test file
1 parent 4806100 commit 8b9c374

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/unittests/a2a/converters/test_part_converter.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -943,9 +943,9 @@ def test_a2a_function_call_with_thought_signature_to_genai(self):
943943
_get_adk_metadata_key(
944944
A2A_DATA_PART_METADATA_TYPE_KEY
945945
): A2A_DATA_PART_METADATA_TYPE_FUNCTION_CALL,
946-
_get_adk_metadata_key("thought_signature"): (
947-
base64.b64encode(b"restored_signature").decode("utf-8")
948-
),
946+
_get_adk_metadata_key("thought_signature"): base64.b64encode(
947+
b"restored_signature"
948+
).decode("utf-8"),
949949
},
950950
)
951951
)

0 commit comments

Comments
 (0)