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:
Dave Pearson
2023-02-09 10:27:48 +00:00
parent b86882ed0c
commit 330e4db17c

View File

@@ -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