From 2abed106fc019d736554b33718f135d1164c6592 Mon Sep 17 00:00:00 2001 From: troychiu Date: Sun, 26 Nov 2023 17:47:51 -0800 Subject: [PATCH] lint Signed-off-by: troychiu --- docs/getting_started/run_schedule.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting_started/run_schedule.md b/docs/getting_started/run_schedule.md index d8d650a7ad..3aaca66254 100644 --- a/docs/getting_started/run_schedule.md +++ b/docs/getting_started/run_schedule.md @@ -73,7 +73,7 @@ environment, you can import and execute it directly: Before execute it directly, you need to register the workflow first. ```{prompt} bash $ -pyflyte register wf.py +pyflyte register wf.py ``` ```{code-block} python @@ -347,4 +347,4 @@ In this guide, you learned about how to: - Run tasks, workflows, and launch plans using `FlyteRemote`. - Create a cron schedule to run a launch plan at a specified time interval. -In the next guide, you'll learn how to visualize tasks using Flyte Decks. \ No newline at end of file +In the next guide, you'll learn how to visualize tasks using Flyte Decks.