mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix imports
This commit is contained in:
parent
fec670c341
commit
8777e38880
2 changed files with 11 additions and 1 deletions
|
@ -1,11 +1,19 @@
|
|||
import copy
|
||||
import os
|
||||
import sys
|
||||
import uuid
|
||||
from unittest.mock import AsyncMock, MagicMock
|
||||
|
||||
import pytest
|
||||
from fastapi import Request
|
||||
|
||||
sys.path.insert(
|
||||
0, os.path.abspath("../../../..")
|
||||
) # Adds the parent directory to the system path
|
||||
|
||||
|
||||
import litellm
|
||||
import litellm_proxy
|
||||
from litellm.integrations.opentelemetry import UserAPIKeyAuth
|
||||
from litellm_proxy.common_request_processing import (
|
||||
ProxyBaseLLMRequestProcessing,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue