From 92e903e7947148a8f7deb14c0f234855d297aee5 Mon Sep 17 00:00:00 2001 From: Samarth KaPatel Date: Mon, 6 Apr 2026 22:25:27 -0400 Subject: [PATCH] Update test_litellm_pre_call_utils.py --- tests/test_litellm/proxy/test_litellm_pre_call_utils.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/test_litellm/proxy/test_litellm_pre_call_utils.py b/tests/test_litellm/proxy/test_litellm_pre_call_utils.py index e78da936ea4..ff4c9bfa908 100644 --- a/tests/test_litellm/proxy/test_litellm_pre_call_utils.py +++ b/tests/test_litellm/proxy/test_litellm_pre_call_utils.py @@ -21,14 +21,6 @@ from litellm.proxy.litellm_pre_call_utils import ( add_litellm_data_to_request, check_if_token_is_service_account, ) - _get_dynamic_logging_metadata, - _get_enforced_params, - _get_metadata_variable_name, - _update_model_if_key_alias_exists, - add_guardrails_from_policy_engine, - add_litellm_data_to_request, - check_if_token_is_service_account, -) sys.path.insert( 0, os.path.abspath("../../..")