fix pass thu ruff check

This commit is contained in:
Ishaan Jaffer 2025-10-16 16:45:14 -07:00
parent 0bef295b15
commit a31a8108b5

View file

@ -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