Remove unused import of pydot.

上级 63d6fe67
from theano.d3viz.d3viz import d3viz, d3write
has_requirements = False
try:
# pydot-ng is a fork of pydot that is better maintained
import pydot_ng as pd
except ImportError:
# fall back on pydot if necessary
import pydot as pd
if pd.find_graphviz():
has_requirements = True
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论