fix import loc

This commit is contained in:
Ishaan Jaff 2025-04-23 17:33:29 -07:00
parent b965f1a306
commit a40ecc3fe4
380 changed files with 1491 additions and 1208 deletions

View file

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