From f72eb488da9b0898af5ab816d8adbbbfe99276ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Mon, 5 Apr 2021 13:30:40 -0500 Subject: [PATCH] Remove white space from empty line (flake8) --- pytools/obj_array.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytools/obj_array.py b/pytools/obj_array.py index 9107d7a..7dbd0d4 100644 --- a/pytools/obj_array.py +++ b/pytools/obj_array.py @@ -224,7 +224,7 @@ def obj_array_vectorized_n_args(f): # > Also notice that this transformation only happens for user-defined functions; # > other callable objects (and all non-callable objects) are retrieved # > without transformation. - + def wrapper(*args): return obj_array_vectorize_n_args(f, *args) -- GitLab