mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
fix linting error
This commit is contained in:
parent
f9fd962191
commit
8c63e6e493
1 changed files with 3 additions and 1 deletions
|
@ -8190,7 +8190,9 @@ async def _get_spend_report_for_time_range(
|
||||||
|
|
||||||
return response, spend_per_tag
|
return response, spend_per_tag
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
verbose_proxy_logger.error("Exception in _get_daily_spend_reports", e) # noqa
|
verbose_proxy_logger.error(
|
||||||
|
"Exception in _get_daily_spend_reports {}".format(str(e))
|
||||||
|
) # noqa
|
||||||
|
|
||||||
|
|
||||||
@router.post(
|
@router.post(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue