Merge pull request #24167 from joereyna/fix/black-format-types
chore: apply black formatting to proxy/_types.py to fix lint CI
This commit is contained in:
commit
35d4984033
@ -2955,7 +2955,9 @@ class LiteLLM_ErrorLogs(LiteLLMPydanticObjectBase):
|
||||
endTime: Union[str, datetime, None]
|
||||
|
||||
|
||||
AUDIT_ACTIONS = Literal["created", "updated", "deleted", "blocked", "unblocked", "rotated"]
|
||||
AUDIT_ACTIONS = Literal[
|
||||
"created", "updated", "deleted", "blocked", "unblocked", "rotated"
|
||||
]
|
||||
|
||||
|
||||
class LiteLLM_AuditLogs(LiteLLMPydanticObjectBase):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user