ci/cd run again

This commit is contained in:
Ishaan Jaff 2024-11-19 22:38:45 -08:00
parent 8631f3bb60
commit 132569dafc

View file

@ -8,7 +8,7 @@ import os, copy
sys.path.insert(
0, os.path.abspath("../..")
) # Adds the parent directory to the system path
) # Adds the parent directory to the system-path
import pytest
from litellm import Router
from litellm.router_strategy.provider_budgets import ProviderBudgetLimiting