Skip to content

Commit

Permalink
Merge pull request Textualize#3421 from TomJGooding/style-tree-format…
Browse files Browse the repository at this point in the history
…-with-black

style(tree): format with black
  • Loading branch information
willmcgugan authored Jul 26, 2024
2 parents a060eed + 310defc commit e1e6d74
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 e1e6d74

Please sign in to comment.