提交 6a7e5920 authored 作者: Olivier Mastropietro's avatar Olivier Mastropietro

Fix pep8 errors

上级 5dc85fca
......@@ -1798,8 +1798,8 @@ def local_useless_alloc(node):
# Allow local_merge_alloc to do its work first
clients = getattr(output, 'clients', [])
for client, i in clients :
if client != "output" and isinstance(client.op, Alloc) :
for client, i in clients:
if client != "output" and isinstance(client.op, Alloc):
return
# Check if alloc adds a broadcastable dimension with shape 1.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论