Skip to content

Commit

Permalink
Remove extra experimental flags
Browse files Browse the repository at this point in the history
Signed-off-by: Elliot Gunton <elliotgunton@gmail.com>
  • Loading branch information
elliotgunton committed Jun 3, 2024
1 parent 0c441ae commit 9c574fb
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
from hera.shared import global_config
from hera.workflows import Container, Input, Output, Parameter, WorkflowTemplate

global_config.experimental_features["script_annotations"] = True
global_config.experimental_features["script_pydantic_io"] = True
global_config.experimental_features["decorator_syntax"] = True


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
from hera.shared import global_config
from hera.workflows import Container, Input, Output, Parameter, WorkflowTemplate

global_config.experimental_features["script_annotations"] = True
global_config.experimental_features["script_pydantic_io"] = True
global_config.experimental_features["decorator_syntax"] = True


Expand Down
2 changes: 0 additions & 2 deletions examples/workflows/experimental/new_container_decorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
from hera.shared import global_config
from hera.workflows import Container, Input, Output, Parameter, WorkflowTemplate

global_config.experimental_features["script_annotations"] = True
global_config.experimental_features["script_pydantic_io"] = True
global_config.experimental_features["decorator_syntax"] = True


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
from hera.shared import global_config
from hera.workflows import Container, Input, Output, Parameter, WorkflowTemplate

global_config.experimental_features["script_annotations"] = True
global_config.experimental_features["script_pydantic_io"] = True
global_config.experimental_features["decorator_syntax"] = True


Expand Down

0 comments on commit 9c574fb

Please sign in to comment.