Skip to content

Commit

Permalink
STYLE: Remove too many blank lines between functions
Browse files Browse the repository at this point in the history
Remove too many blank lines between functions (PEP8): use 2 blank lines
at most.
  • Loading branch information
jhlegarreta committed May 7, 2024
1 parent dc7cf41 commit 3c7f0bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nireports/reportlets/modality/dwi.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}`.
Expand Down

0 comments on commit 3c7f0bd

Please sign in to comment.