From 2de504011b315dae9a793f36ad2adbea8375c10f Mon Sep 17 00:00:00 2001 From: Matt Wala <wala1@illinois.edu> Date: Sat, 15 Jul 2017 20:24:28 -0500 Subject: [PATCH] Pacify flake8. --- loopy/preprocess.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/loopy/preprocess.py b/loopy/preprocess.py index c1492789f..8172051cc 100644 --- a/loopy/preprocess.py +++ b/loopy/preprocess.py @@ -1001,7 +1001,8 @@ def realize_reduction(kernel, insn_id_filter=None, unknown_types_ok=True, var_name_gen(id + "_arg" + str(i)) for i in range(nresults)] - from loopy.type_inference import infer_arg_and_reduction_dtypes_for_reduction_expression + from loopy.type_inference import ( + infer_arg_and_reduction_dtypes_for_reduction_expression) _, reduction_dtypes = ( infer_arg_and_reduction_dtypes_for_reduction_expression( -- GitLab