mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Run black over recent Tree tests
Now that we're running black on tests...
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user