Run black over recent Tree tests

Now that we're running black on tests...
This commit is contained in:
Dave Pearson
2023-01-07 09:30:01 +00:00
parent c7cb525a6a
commit ea8252cfcc
3 changed files with 13 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
from textual.widgets import TreeNode, Tree
def test_tree_node_parent() -> None:
"""It should be possible to access a TreeNode's parent."""
tree = Tree[None]("Anakin")