From 47619d048906cc7f8a9aa9936956f6765f7b6c37 Mon Sep 17 00:00:00 2001 From: Matt Wala <wala1@illinois.edu> Date: Fri, 26 Jun 2020 23:00:23 +0200 Subject: [PATCH] Whitespace fix --- meshmode/dof_array.py | 1 - 1 file changed, 1 deletion(-) diff --git a/meshmode/dof_array.py b/meshmode/dof_array.py index 7edfc2a9..63c108c1 100644 --- a/meshmode/dof_array.py +++ b/meshmode/dof_array.py @@ -78,7 +78,6 @@ class DOFArray(np.ndarray): contained in this instance. .. automethod:: from_list - """ # Follows https://numpy.org/devdocs/user/basics.subclassing.html -- GitLab