Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Petrov <[email protected]>
  • Loading branch information
wckdman committed Apr 13, 2023
1 parent 28471f6 commit 3c30baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytekit/clis/sdk_in_container/activate_launchplan.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import click
from flytekit.models.launch_plan import LaunchPlanState

from flytekit.clis.sdk_in_container.helpers import get_and_save_remote_with_click_context
from flytekit.models.launch_plan import LaunchPlanState

_activate_launchplan_help = """
The activate-launchplan command activates a specified or the latest version of the launchplan and disables a previous version.
Expand Down

0 comments on commit 3c30baa

Please sign in to comment.