Update litellm/proxy/policy_engine/policy_resolve_endpoints.py

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Ishaan Jaff 2026-02-10 17:50:16 -08:00 committed by GitHub
parent a9e30a0d39
commit f236e9ecbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@ Policy resolve and attachment impact estimation endpoints.
import json
from fastapi import APIRouter, Depends, HTTPException, Query
from litellm.proxy.auth.route_checks import RouteChecks
from litellm._logging import verbose_proxy_logger
from litellm.constants import MAX_POLICY_ESTIMATE_IMPACT_ROWS