From dc21d65107d840414ef73b68cec5b1915e8096b8 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 21 Nov 2024 18:59:29 -0800 Subject: [PATCH] fix type hints --- .../llm_provider_handlers/vertex_passthrough_logging_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/proxy/pass_through_endpoints/llm_provider_handlers/vertex_passthrough_logging_handler.py b/litellm/proxy/pass_through_endpoints/llm_provider_handlers/vertex_passthrough_logging_handler.py index 5a49daa58..fe61f32ee 100644 --- a/litellm/proxy/pass_through_endpoints/llm_provider_handlers/vertex_passthrough_logging_handler.py +++ b/litellm/proxy/pass_through_endpoints/llm_provider_handlers/vertex_passthrough_logging_handler.py @@ -132,7 +132,7 @@ class VertexPassthroughLoggingHandler: - Creates standard logging object - Logs in litellm callbacks """ - kwargs = {} + kwargs: Dict[str, Any] = {} model = VertexPassthroughLoggingHandler.extract_model_from_url(url_route) complete_streaming_response = ( VertexPassthroughLoggingHandler._build_complete_streaming_response(