Skip to content

Commit

Permalink
Fix lint warning and import error in data_types_and_io tf example
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario committed Oct 22, 2024
1 parent 90184f9 commit 9203701
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Import necessary libraries and modules

from flytekit import task, workflow
from flytekit import ImageSpec, task, workflow
from flytekit.types.directory import TFRecordsDirectory
from flytekit.types.file import TFRecordFile

Expand Down
1 change: 0 additions & 1 deletion examples/kfmpi_plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,3 @@ If your MPI workflow hangs or times out, it may be caused by an incorrect workfl

1. Verify Registration Method:
When using a custom image, refer to the Flyte documentation on [Registering workflows](https://docs.flyte.org/en/latest/user_guide/flyte_fundamentals/registering_workflows.html#registration-patterns) to ensure you're following the correct registration method.

0 comments on commit 9203701

Please sign in to comment.