fix auth checks

This commit is contained in:
Ishaan Jaff 2025-03-26 15:45:58 -07:00
parent 8bd2081dec
commit ff33ed020c
2 changed files with 0 additions and 4 deletions

View file

@ -39,7 +39,6 @@ from litellm.proxy.auth.auth_checks import (
)
from litellm.proxy.auth.auth_exception_handler import UserAPIKeyAuthExceptionHandler
from litellm.proxy.auth.auth_utils import (
_get_request_ip_address,
get_end_user_id_from_request_body,
get_request_route,
is_pass_through_provider_route,