提交 daabc688 authored 作者: Iban Harlouchet's avatar Iban Harlouchet

flake8 for theano/gof/tests/test_op.py

上级 adaea20e
...@@ -57,7 +57,7 @@ class MyType(Type): ...@@ -57,7 +57,7 @@ class MyType(Type):
class MyOp(Op): class MyOp(Op):
__props__ = () __props__ = ()
def make_node(self, *inputs): def make_node(self, *inputs):
inputs = list(map(as_variable, inputs)) inputs = list(map(as_variable, inputs))
for input in inputs: for input in inputs:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论