File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4899,7 +4899,7 @@ async def test_content_to_message_param_anthropic_no_signature_falls_back():
48994899@pytest .mark .asyncio
49004900async def test_content_to_message_param_file_uri_mime_fallback_logs_warning (
49014901 caplog ,
4902- ):
4902+ ) -> None :
49034903 """Test that falling back to application/octet-stream logs a warning."""
49044904 file_part = types .Part (
49054905 file_data = types .FileData (
@@ -4921,7 +4921,7 @@ async def test_content_to_message_param_file_uri_mime_fallback_logs_warning(
49214921
49224922
49234923@pytest .mark .asyncio
4924- async def test_content_to_message_param_function_response_with_extra_parts_propagates_model ():
4924+ async def test_content_to_message_param_function_response_with_extra_parts_propagates_model () -> None :
49254925 """Test that model parameter is propagated in recursive calls for mixed parts."""
49264926 tool_part = types .Part .from_function_response (
49274927 name = "load_image" ,
You can’t perform that action at this time.
0 commit comments