fix type hints

This commit is contained in:
Ishaan Jaff 2024-11-21 18:59:29 -08:00
parent 1213cbc3f3
commit dc21d65107

View file

@ -132,7 +132,7 @@ class VertexPassthroughLoggingHandler:
- Creates standard logging object - Creates standard logging object
- Logs in litellm callbacks - Logs in litellm callbacks
""" """
kwargs = {} kwargs: Dict[str, Any] = {}
model = VertexPassthroughLoggingHandler.extract_model_from_url(url_route) model = VertexPassthroughLoggingHandler.extract_model_from_url(url_route)
complete_streaming_response = ( complete_streaming_response = (
VertexPassthroughLoggingHandler._build_complete_streaming_response( VertexPassthroughLoggingHandler._build_complete_streaming_response(