提交 85733bda authored 作者: Amjad Almahairi's avatar Amjad Almahairi

fix flake8

上级 956d13e1
...@@ -25,8 +25,7 @@ from theano.configparser import (config, AddConfigVar, BoolParam, IntParam, ...@@ -25,8 +25,7 @@ from theano.configparser import (config, AddConfigVar, BoolParam, IntParam,
StrParam) StrParam)
from theano.compile.function_module import ( from theano.compile.function_module import (
FunctionMaker, Function, infer_reuse_pattern, FunctionMaker, Function, infer_reuse_pattern,
SymbolicInputKit, SymbolicOutput, Supervisor, std_fgraph SymbolicInputKit, SymbolicOutput, Supervisor, std_fgraph)
)
from theano.compile.mode import Mode, register_mode from theano.compile.mode import Mode, register_mode
from theano.compile.ops import OutputGuard from theano.compile.ops import OutputGuard
......
...@@ -697,4 +697,3 @@ def test_scan_debugprint5(): ...@@ -697,4 +697,3 @@ def test_scan_debugprint5():
for truth,out in zip(expected_output.split("\n"), lines): for truth,out in zip(expected_output.split("\n"), lines):
assert truth.strip() == out.strip() assert truth.strip() == out.strip()
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论