Skip to content

Commit

Permalink
Merge pull request #35 from clementpoiret/deepsource-autofix-92c45ea3
Browse files Browse the repository at this point in the history
refactor: remove blank lines after docstring
  • Loading branch information
clementpoiret authored Mar 29, 2024
2 parents 7901882 + 247c009 commit 2715bbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hsf/multispectrality.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def get_second_contrast(mri: PosixPath, pattern: str) -> Optional[PosixPath]:
Returns:
Optional[PosixPath]: Path to the second contrast.
"""

if pattern:
second_contrast = list(mri.parent.glob(pattern))
assert len(
Expand Down

0 comments on commit 2715bbe

Please sign in to comment.