mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
fix pass thu ruff check
This commit is contained in:
parent
0bef295b15
commit
a31a8108b5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue