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:
yuneng-jiang 2026-03-19 17:25:08 -07:00 committed by GitHub
commit 35d4984033
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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):