Skip to content
Snippets Groups Projects
Commit 38e82d6e authored by Matt Wala's avatar Matt Wala
Browse files

Fix line length.

parent 3ea27313
Branches
Tags
No related merge requests found
......@@ -378,7 +378,8 @@ class TypeInferenceMapper(CombineMapper):
if not return_tuple:
if any(isinstance(rec_result, tuple) for rec_result in rec_results):
raise LoopyError("reductions with more or fewer than one "
"return value may only be used in direct assignments")
"return value may only be used in direct "
"assignments")
return [expr.operation.result_dtypes(self.kernel, rec_result)[0]
for rec_result in rec_results]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment