Skip to content

Commit

Permalink
Update typing_extension Any import to typing
Browse files Browse the repository at this point in the history
  • Loading branch information
hfurkanvural committed Oct 9, 2023
1 parent 3866bf9 commit 286305c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytekit/core/array_node_map_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from contextlib import contextmanager
from typing import Dict, List, Optional, Set, Union, cast

from typing_extensions import Any
from typing import Any

from flytekit.configuration import SerializationSettings
from flytekit.core import tracker
Expand Down

0 comments on commit 286305c

Please sign in to comment.