Skip to content

Commit

Permalink
fix pickle_type.py incorrect import
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Wu <c.alexwu@gmail.com>
  • Loading branch information
popojk committed Feb 3, 2025
1 parent 3710624 commit b9fb8c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def superhero_wf(name: str = "Thor", power: str = "Flight") -> str:
# The following example demonstrates how to set the batch size.
from typing import Iterator

from flytekit.types.pickle.pickle import BatchSize
from flytekit.core.type_engine import BatchSize
from typing_extensions import Annotated


Expand Down

0 comments on commit b9fb8c9

Please sign in to comment.