Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Oct 19, 2023
1 parent 0f32822 commit 992410c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flytekit/types/file/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def to_literal(

local_path = ctx.file_access.get_random_local_path() + ".png"
pathlib.Path(local_path).parent.mkdir(parents=True, exist_ok=True)
print(local_path)
python_val.save(local_path)

Check warning on line 46 in flytekit/types/file/image.py

View check run for this annotation

Codecov / codecov/patch

flytekit/types/file/image.py#L44-L46

Added lines #L44 - L46 were not covered by tests

remote_path = ctx.file_access.get_random_remote_path(local_path)
Expand Down

0 comments on commit 992410c

Please sign in to comment.