未验证 提交 3b2da5d1 编写于 作者: C Christian Clauss 提交者: GitHub

Explicit is better than implicit... ImportError (#318)

Helps humans and linters understand what is expected.
上级 2e56337e
......@@ -14,5 +14,5 @@
try:
from parl.utils.visualdl import *
except:
except ImportError:
from parl.utils.tensorboard import *
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册