Skip to content

Commit 10c299b

Browse files
committed
fix: map implementation in test_array_node_map_task.py
Signed-off-by: lu00122 <[email protected]>
1 parent d8e5d4b commit 10c299b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/flytekit/unit/core/test_array_node_map_task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import pytest
1010
from flyteidl.core import workflow_pb2 as _core_workflow
1111

12-
from flytekit import dynamic, map_task, task, workflow, eager, PythonFunctionTask, Resources
12+
from flytekit import dynamic, map, task, workflow, eager, PythonFunctionTask, Resources
1313
from flytekit.configuration import FastSerializationSettings, Image, ImageConfig, SerializationSettings
1414
from flytekit.core import context_manager
1515
from flytekit.core.array_node_map_task import ArrayNodeMapTask, ArrayNodeMapTaskResolver

0 commit comments

Comments
 (0)