mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix import loc
This commit is contained in:
parent
b965f1a306
commit
a40ecc3fe4
380 changed files with 1491 additions and 1208 deletions
|
@ -27,10 +27,9 @@ from litellm.types.utils import (
|
|||
)
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from litellm_proxy_extras.litellm_proxy._types import UserAPIKeyAuth
|
||||
from opentelemetry.trace import Span as _Span
|
||||
|
||||
from litellm_proxy._types import UserAPIKeyAuth
|
||||
|
||||
Span = Union[_Span, Any]
|
||||
else:
|
||||
Span = Any
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue