mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-21 00:21:49 +00:00
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:
parent
a9e30a0d39
commit
f236e9ecbb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue