提交 956aba09 authored 作者: Frederic's avatar Frederic

flake8 and don't fix a file with special way of handling thing

上级 9a11eb68
...@@ -873,7 +873,6 @@ def io_connection_pattern(inputs, outputs): ...@@ -873,7 +873,6 @@ def io_connection_pattern(inputs, outputs):
# connected only to itself # connected only to itself
connect_pattern_by_var = {} connect_pattern_by_var = {}
nb_inputs = len(inputs) nb_inputs = len(inputs)
nb_outputs = len(outputs)
for i in range(nb_inputs): for i in range(nb_inputs):
input = inputs[i] input = inputs[i]
......
...@@ -223,6 +223,7 @@ whitelist_flake8 = [ ...@@ -223,6 +223,7 @@ whitelist_flake8 = [
"sparse/sandbox/sp2.py", "sparse/sandbox/sp2.py",
"sparse/sandbox/truedot.py", "sparse/sandbox/truedot.py",
"sparse/sandbox/sp.py", "sparse/sandbox/sp.py",
"gof/unify.py",
"gof/__init__.py", "gof/__init__.py",
"gof/tests/test_cmodule.py", "gof/tests/test_cmodule.py",
"gof/tests/test_destroyhandler.py", "gof/tests/test_destroyhandler.py",
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论