mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
lint fix
This commit is contained in:
parent
4ea92d96cb
commit
e6ba9b4c91
1 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@ def _get_spend_logs_metadata(
|
|||
guardrail_information: Optional[StandardLoggingGuardrailInformation] = None,
|
||||
usage_object: Optional[dict] = None,
|
||||
model_map_information: Optional[StandardLoggingModelInformation] = None,
|
||||
cold_storage_object_key: Optional[str] = None
|
||||
cold_storage_object_key: Optional[str] = None,
|
||||
) -> SpendLogsMetadata:
|
||||
if metadata is None:
|
||||
return SpendLogsMetadata(
|
||||
|
|
@ -101,7 +101,7 @@ def _get_spend_logs_metadata(
|
|||
clean_metadata["usage_object"] = usage_object
|
||||
clean_metadata["model_map_information"] = model_map_information
|
||||
clean_metadata["cold_storage_object_key"] = cold_storage_object_key
|
||||
|
||||
|
||||
return clean_metadata
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue