From a31a8108b536c8dc3265da1473852c858282ca6c Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Thu, 16 Oct 2025 16:45:14 -0700 Subject: [PATCH] fix pass thu ruff check --- .../proxy/pass_through_endpoints/llm_passthrough_endpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/proxy/pass_through_endpoints/llm_passthrough_endpoints.py b/litellm/proxy/pass_through_endpoints/llm_passthrough_endpoints.py index 11fc3babd6..6f9f04e5cc 100644 --- a/litellm/proxy/pass_through_endpoints/llm_passthrough_endpoints.py +++ b/litellm/proxy/pass_through_endpoints/llm_passthrough_endpoints.py @@ -8,7 +8,7 @@ Use litellm with Anthropic SDK, Vertex AI SDK, Cohere SDK, etc. import json import os -from typing import Any, AsyncGenerator, Optional, Union, cast +from typing import Any, Optional, Union, cast import httpx from fastapi import APIRouter, Depends, HTTPException, Request, Response, WebSocket