fix(tests): drop unnecessary del of conftest backfill loop vars

This commit is contained in:
mateo-berri 2026-05-20 14:19:35 +00:00
parent 73a518ae24
commit 65510d3984
No known key found for this signature in database

View file

@ -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():
litellm.model_cost.setdefault(_k, _v)
del _k, _v
from tests._vcr_conftest_common import ( # noqa: E402,F401
VerboseReporterState,