This commit is contained in:
Matt Speck 2026-01-23 13:38:22 -05:00 committed by GitHub
commit b9cb18e1f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -526,6 +526,9 @@ class ListResponse(SubscriptableBaseModel):
models: Sequence[Model]
'List of models.'
def __len__(self) -> int:
return len(self.models)
class DeleteRequest(BaseRequest):
"""