mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
fix(tests): drop unnecessary del of conftest backfill loop vars
This commit is contained in:
parent
73a518ae24
commit
65510d3984
1 changed files with 0 additions and 1 deletions
|
|
@ -33,7 +33,6 @@ from litellm.litellm_core_utils.get_model_cost_map import GetModelCostMap
|
||||||
|
|
||||||
for _k, _v in GetModelCostMap.load_local_model_cost_map().items():
|
for _k, _v in GetModelCostMap.load_local_model_cost_map().items():
|
||||||
litellm.model_cost.setdefault(_k, _v)
|
litellm.model_cost.setdefault(_k, _v)
|
||||||
del _k, _v
|
|
||||||
|
|
||||||
from tests._vcr_conftest_common import ( # noqa: E402,F401
|
from tests._vcr_conftest_common import ( # noqa: E402,F401
|
||||||
VerboseReporterState,
|
VerboseReporterState,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue