Skip to content

Commit e1e6d74

Browse files
authored
Merge pull request #3421 from TomJGooding/style-tree-format-with-black
style(tree): format with black
2 parents a060eed + 310defc commit e1e6d74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rich/tree.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@
1010

1111
GuideType = Tuple[str, str, str, str]
1212

13+
1314
class Tree(JupyterMixin):
1415
"""A renderable for a tree structure.
1516
1617
Attributes:
1718
ASCII_GUIDES (GuideType): Guide lines used when Console.ascii_only is True.
1819
TREE_GUIDES (List[GuideType, GuideType, GuideType]): Default guide lines.
19-
20+
2021
Args:
2122
label (RenderableType): The renderable or str for the tree label.
2223
style (StyleType, optional): Style of this tree. Defaults to "tree".

0 commit comments

Comments
 (0)