fix "/global/spend/report",

This commit is contained in:
Ishaan Jaff 2024-06-13 08:50:32 -07:00
parent fa139bc6ed
commit eeb0e7d2be

View file

@ -7825,7 +7825,6 @@ async def get_global_spend_provider(
"/global/spend/report",
tags=["Budget & Spend Tracking"],
dependencies=[Depends(user_api_key_auth)],
include_in_schema=False,
responses={
200: {"model": List[LiteLLM_SpendLogs]},
},