Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Newton committed Dec 9, 2024
1 parent 9d3c0cc commit b3071b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/flytekit/unit/remote/test_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from flytekit.models.core.identifier import Identifier, ResourceType, WorkflowExecutionIdentifier
from flytekit.models.execution import Execution
from flytekit.models.task import Task
from flytekit.remote import FlyteTask
from flytekit.remote import FlyteTask, FlyteWorkflow
from flytekit.remote.lazy_entity import LazyEntity
from flytekit.remote.remote import FlyteRemote, _get_git_repo_url, _get_pickled_target_dict
from flytekit.tools.translator import Options, get_serializable, get_serializable_launch_plan
Expand Down

0 comments on commit b3071b8

Please sign in to comment.