提交 05e550d2 authored 作者: Iban Harlouchet's avatar Iban Harlouchet

flake8 for theano/tensor/nlinalg.py

上级 7f5b5d90
...@@ -168,7 +168,7 @@ class ExtractDiag(Op): ...@@ -168,7 +168,7 @@ class ExtractDiag(Op):
:note: work on the GPU. :note: work on the GPU.
""" """
__props__ = ("view",) __props__ = ("view",)
def __init__(self, view=False): def __init__(self, view=False):
self.view = view self.view = view
if self.view: if self.view:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论