mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Remove empty docstring
This commit is contained in:
@@ -16,7 +16,6 @@ class TreeApp(App[None]):
|
|||||||
yield Tree[None]("Root")
|
yield Tree[None]("Root")
|
||||||
|
|
||||||
def on_mount(self) -> None:
|
def on_mount(self) -> None:
|
||||||
""""""
|
|
||||||
self.query_one(Tree[None]).root.add("Child")
|
self.query_one(Tree[None]).root.add("Child")
|
||||||
self.query_one(Tree[None]).focus()
|
self.query_one(Tree[None]).focus()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user