Skip to content

Commit

Permalink
Merge branch 'master' into fix-console-fix-selective-enabling-of-high…
Browse files Browse the repository at this point in the history
…lighting
  • Loading branch information
TomJGooding committed Jul 26, 2024
2 parents ee43879 + e1e6d74 commit 1174c72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rich/tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@

GuideType = Tuple[str, str, str, str]


class Tree(JupyterMixin):
"""A renderable for a tree structure.
Attributes:
ASCII_GUIDES (GuideType): Guide lines used when Console.ascii_only is True.
TREE_GUIDES (List[GuideType, GuideType, GuideType]): Default guide lines.
Args:
label (RenderableType): The renderable or str for the tree label.
style (StyleType, optional): Style of this tree. Defaults to "tree".
Expand Down

0 comments on commit 1174c72

Please sign in to comment.