Skip to content

Commit

Permalink
fix: map implementation in test_array_node_map_task.py
Browse files Browse the repository at this point in the history
Signed-off-by: lu00122 <[email protected]>
Signed-off-by: Chih Tsung Lu <[email protected]>
  • Loading branch information
ChihTsungLu committed Feb 5, 2025
1 parent 00653e7 commit 38af43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/flytekit/unit/core/test_array_node_map_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import pytest
from flyteidl.core import workflow_pb2 as _core_workflow

from flytekit import dynamic, map_task, task, workflow, eager, PythonFunctionTask, Resources
from flytekit import dynamic, map, task, workflow, eager, PythonFunctionTask, Resources
from flytekit.configuration import FastSerializationSettings, Image, ImageConfig, SerializationSettings
from flytekit.core import context_manager
from flytekit.core.array_node_map_task import ArrayNodeMapTask, ArrayNodeMapTaskResolver
Expand Down

0 comments on commit 38af43b

Please sign in to comment.