mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Remove the import/export of TreeNode from the widgets pyi file
We've moved TreeNode out of the general widgets import, requiring the user to import from widgets.tree. When I made that change I missed this.
This commit is contained in:
@@ -14,5 +14,4 @@ from ._static import Static as Static
|
||||
from ._input import Input as Input
|
||||
from ._text_log import TextLog as TextLog
|
||||
from ._tree import Tree as Tree
|
||||
from ._tree_node import TreeNode as TreeNode
|
||||
from ._welcome import Welcome as Welcome
|
||||
|
||||
Reference in New Issue
Block a user