未验证 提交 ab384d75 编写于 作者: HansBug's avatar HansBug 😆 提交者: GitHub

Merge pull request #9 from opendilab/dev/tv140

dev(hansbug): use newer version of 1.4.1
......@@ -25,7 +25,7 @@ __all__ = [
def _post_index(func):
def _has_non_none(tree):
if isinstance(tree, TreeValue):
for _, value in tree:
for _, value in tree.items():
if _has_non_none(value):
return True
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册