Skip to content

Commit 10a6ea3

Browse files
authored
chore: fix linter warning (#13)
* do not merge: testing CI * appease linter
1 parent 1ec4a97 commit 10a6ea3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/get-versions/workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
2-
import time
32
import sys
3+
import time
44

55
from hera.workflows import DAG, Container, Parameter, Resources, Workflow
66
from pipekit_sdk.service import PipekitService

examples/hera-coinflip/workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
2-
import time
32
import sys
3+
import time
44

55
from hera.workflows import DAG, Resources, Workflow, script
66
from pipekit_sdk.service import PipekitService

0 commit comments

Comments
 (0)