fix "/global/spend/report",

This commit is contained in:
Ishaan Jaff 2024-06-13 08:50:32 -07:00
parent 811c7a19bb
commit c55a68a9da

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]},
},