From 3c7f0bda9322d2f51d682848c660a0643e75fc2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Haitz=20Legarreta=20Gorro=C3=B1o?= Date: Tue, 7 May 2024 19:03:53 -0400 Subject: [PATCH] STYLE: Remove too many blank lines between functions Remove too many blank lines between functions (PEP8): use 2 blank lines at most. --- nireports/reportlets/modality/dwi.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nireports/reportlets/modality/dwi.py b/nireports/reportlets/modality/dwi.py index 35630e02..5c2c3f2f 100644 --- a/nireports/reportlets/modality/dwi.py +++ b/nireports/reportlets/modality/dwi.py @@ -128,7 +128,6 @@ def plot_heatmap( return fig - def rotation_matrix(u, v): r""" Calculate the rotation matrix *R* such that :math:`R \cdot \mathbf{u} = \mathbf{v}`.