forked from phoenix/litellm-mirror
fix linting error
This commit is contained in:
parent
fba7d2e623
commit
b10ac0d1f3
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