Skip to content

Commit

Permalink
import annotations for python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricebrito committed Nov 26, 2024
1 parent c390572 commit a6369cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions zoo_argowf_runner/cwl2argo.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Description: This file contains the function to convert a CWL workflow to an Argo workflow.
from __future__ import annotations
import os
from typing import Optional
from hera.workflows.models import (
Expand Down
1 change: 1 addition & 0 deletions zoo_argowf_runner/template.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Description: This file contains the functions to generate the Argo workflow templates.
from __future__ import annotations
from hera.workflows import (
Workflow,
Steps,
Expand Down

0 comments on commit a6369cc

Please sign in to comment.