提交 5ffb727e authored 作者: David Warde-Farley's avatar David Warde-Farley

PEP8: Fix E702 (semicolon).

上级 55eb2206
......@@ -1151,7 +1151,7 @@ class StructuredDot(gof.Op):
def make_node(self, a, b):
if not _is_sparse_variable(a):
raise TypeError('First argument must be of type SparseVariable or SparseConstant');
raise TypeError('First argument must be of type SparseVariable or SparseConstant')
dtype_out = scalar.upcast(a.type.dtype, b.type.dtype)
if b.type.ndim != 2:
raise NotImplementedError('non-matrix b')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论