Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hfurkanvural committed Oct 10, 2023
1 parent f638171 commit 68c32f8
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 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 68c32f8

Please sign in to comment.