mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 10:14:26 +00:00
fix: fix code qa errors
This commit is contained in:
parent
85be391080
commit
baaa489587
1 changed files with 1 additions and 3 deletions
|
@ -3,7 +3,6 @@
|
|||
|
||||
import base64
|
||||
import json
|
||||
import asyncio
|
||||
import uuid
|
||||
from abc import ABC, abstractmethod
|
||||
from typing import TYPE_CHECKING, Any, Dict, List, Literal, Optional, Union, cast
|
||||
|
@ -20,7 +19,7 @@ from litellm.types.llms.openai import (
|
|||
OpenAIFileObject,
|
||||
OpenAIFilesPurpose,
|
||||
)
|
||||
from litellm.types.utils import LLMResponseTypes, SpecialEnums
|
||||
from litellm.types.utils import SpecialEnums
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from opentelemetry.trace import Span as _Span
|
||||
|
@ -428,4 +427,3 @@ class _PROXY_LiteLLMManagedFiles(CustomLogger):
|
|||
)
|
||||
else:
|
||||
raise Exception(f"LiteLLM Managed File object with id={file_id} not found")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue