Merge pull request #1749 from davep/fix-tree-type-help

Remove the import/export of TreeNode from the widgets pyi file
This commit is contained in:
Will McGugan
2023-02-09 11:58:41 +00:00
committed by GitHub

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