Skip to content

Commit

Permalink
Update typing_extension Any import to typing due to `typing_extensi…
Browse files Browse the repository at this point in the history
…on` version compatibility (flyteorg#1877)

---------

Signed-off-by: H. Furkan Vural <[email protected]>
  • Loading branch information
hfurkanvural authored Oct 11, 2023
1 parent 3afcbb4 commit 469d7f1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions flytekit/core/array_node_map_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
import logging
import os # TODO: use flytekit logger
from contextlib import contextmanager
from typing import Dict, List, Optional, Set, Union, cast

from typing_extensions import Any
from typing import Any, Dict, List, Optional, Set, Union, cast

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

0 comments on commit 469d7f1

Please sign in to comment.