Skip to content

Commit 7bb4ea1

Browse files
committed
Small fix
1 parent 4357e05 commit 7bb4ea1

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

snakemake/dag.py

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2425,16 +2425,7 @@ def hsv_to_htmlhexrgb(h, s, v):
24252425
for index, (_, deps) in enumerate(graph.items())
24262426
for index_dep, _ in enumerate(deps)
24272427
]
2428-
2429-
mermaid_string = f"""
2430-
---
2431-
title: DAG
2432-
---
2433-
flowchart TB
2434-
{'\n'.join(nodes_headers)}
2435-
{'\n'.join(nodes_styles)}
2436-
{'\n'.join(edges)}
2437-
"""
2428+
24382429
return (
24392430
textwrap.dedent(
24402431
"""\

0 commit comments

Comments
 (0)