mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
test(test_utils.py): reset env after test complete
This commit is contained in:
parent
a3e0267f1d
commit
f47358ba1d
2 changed files with 5 additions and 2 deletions
|
@ -21,7 +21,7 @@ def setup_and_teardown():
|
|||
sys.path.insert(
|
||||
0, os.path.abspath("../..")
|
||||
) # Adds the project directory to the system path
|
||||
print("LITELLM_LOG - {}".format(os.getenv("LITELLM_LOG")))
|
||||
|
||||
import litellm
|
||||
from litellm import Router
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue