mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
fix test
This commit is contained in:
parent
444acbccf4
commit
0af61bd88b
3 changed files with 0 additions and 5 deletions
|
@ -6,7 +6,6 @@ import pytest
|
|||
|
||||
from dotenv import load_dotenv
|
||||
|
||||
import litellm.proxy
|
||||
import litellm_proxy.proxy_server
|
||||
|
||||
load_dotenv()
|
||||
|
|
|
@ -4,8 +4,6 @@ import traceback
|
|||
from unittest import mock
|
||||
|
||||
from dotenv import load_dotenv
|
||||
|
||||
import litellm.proxy
|
||||
import litellm_proxy.proxy_server
|
||||
|
||||
load_dotenv()
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
|
||||
import os
|
||||
import sys
|
||||
|
||||
import litellm.proxy
|
||||
import litellm_proxy.proxy_server
|
||||
|
||||
sys.path.insert(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue