Skip to content

Commit

Permalink
remove unused model
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicvaz committed Oct 20, 2023
1 parent 1ae2ec6 commit 499f121
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rest/schemas/requests/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ class UiSchema(BaseModel):
edges: List[Dict]


class WorkflowStorage(BaseModel):
storage_source: Optional[str] # TODO use enum ?
base_folder: Optional[str]

class SelectEndDate(str, Enum):
never = "never"
user_defined = "User defined"
Expand Down

0 comments on commit 499f121

Please sign in to comment.