Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Jałowiecki committed Mar 22, 2024
1 parent d16ffba commit 304db14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hqar/experimental/rendering.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
# Dictionary of default graph attributes, used for non-leaf nodes
GRAPH_ATTRS = {
"rankdir": "LR", # Draw left to right (default is top to bottom)
"fontname": "Helvetica", # Some font properties
"fontname": "Helvetica",
}

# Keyword args passed to dag.node for drawing leaf nodes
Expand Down

0 comments on commit 304db14

Please sign in to comment.