From 65510d39847399a3c1c76983c74e2dc5e2845481 Mon Sep 17 00:00:00 2001 From: mateo-berri <277851410+mateo-berri@users.noreply.github.com> Date: Wed, 20 May 2026 14:19:35 +0000 Subject: [PATCH] fix(tests): drop unnecessary del of conftest backfill loop vars --- tests/local_testing/conftest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/local_testing/conftest.py b/tests/local_testing/conftest.py index 5389dd96aed..acb79a7577d 100644 --- a/tests/local_testing/conftest.py +++ b/tests/local_testing/conftest.py @@ -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,