Skip to content

Commit

Permalink
Updated subworkflows.py (flyteorg#679)
Browse files Browse the repository at this point in the history
Fixed left pane to show main-headings only (instead of sub-headings of subworkflows.py)
Signed-off-by: SmritiSatyanV <[email protected]>
  • Loading branch information
SmritiSatyanV authored Mar 7, 2022
1 parent ac979a7 commit 836aaa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbook/core/control_flow/subworkflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

# %%
# Example
# --------
# ^^^^^^^^
# We import the required dependencies into the environment.
import typing
from typing import Tuple
Expand Down Expand Up @@ -91,7 +91,7 @@ def nested_parent_wf(a: int) -> Tuple[int, str, str, str]:

# %%
# External Workflow
# ------------------
# ^^^^^^^^^^^^^^^^^^
#
# When launch plans are used within a workflow to launch the execution of a previously defined workflow, a new
# external execution is launched, with a separate execution ID and can be observed as a distinct entity in
Expand Down

0 comments on commit 836aaa5

Please sign in to comment.