Skip to content

Commit

Permalink
fix(workflows): missing type for project:dataset input
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Oct 24, 2023
1 parent 2f955f4 commit 568c007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bento_lib/package.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = bento_lib
version = 9.0.0a6
version = 9.0.0a7
authors = David Lougheed, Paul Pillot
author_emails = [email protected], [email protected]
2 changes: 1 addition & 1 deletion bento_lib/workflows/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class WorkflowEnumArrayInput(WorkflowBaseInput):


class WorkflowProjectDatasetInput(WorkflowBaseInput):
type: Literal["project:dataset"]
type: Literal["project:dataset"] = "project:dataset"


class WorkflowFileInput(WorkflowBaseInput):
Expand Down

0 comments on commit 568c007

Please sign in to comment.