From 5353d986f8c6f026949388b33c88df995a2a6c3d Mon Sep 17 00:00:00 2001 From: cosmicBboy Date: Tue, 30 Mar 2021 17:19:19 -0400 Subject: [PATCH] remove unused import Signed-off-by: cosmicBboy --- flytekit/control_plane/workflow.py | 1 - 1 file changed, 1 deletion(-) diff --git a/flytekit/control_plane/workflow.py b/flytekit/control_plane/workflow.py index ef2e46ab4f..ef7e91fb62 100644 --- a/flytekit/control_plane/workflow.py +++ b/flytekit/control_plane/workflow.py @@ -4,7 +4,6 @@ from flytekit.common.core import identifier as _identifier from flytekit.common.exceptions import scopes as _exception_scopes from flytekit.common.mixins import hash as _hash_mixin -from flytekit.configuration import internal as _internal_config from flytekit.control_plane import interface as _interfaces from flytekit.control_plane import nodes as _nodes from flytekit.engines.flyte import engine as _flyte_engine