mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix: merge conflicts
This commit is contained in:
parent
81d2d5abae
commit
224438a108
@ -97,6 +97,7 @@ WorkflowRecordDTOValidator = TypeAdapter(WorkflowRecordDTO)
|
|||||||
|
|
||||||
class WorkflowRecordListItemDTO(WorkflowRecordDTOBase):
|
class WorkflowRecordListItemDTO(WorkflowRecordDTOBase):
|
||||||
description: str = Field(description="The description of the workflow.")
|
description: str = Field(description="The description of the workflow.")
|
||||||
|
category: WorkflowCategory = Field(description="The description of the workflow.")
|
||||||
|
|
||||||
|
|
||||||
WorkflowRecordListItemDTOValidator = TypeAdapter(WorkflowRecordListItemDTO)
|
WorkflowRecordListItemDTOValidator = TypeAdapter(WorkflowRecordListItemDTO)
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user