Skip to content

Commit

Permalink
STY: another round of black
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed May 5, 2024
1 parent 2cd75f4 commit 019f324
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions nipype/external/fsl_imglob.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,10 @@ def main():
)

if deleteExtensions:
filelist = [
removeImageExtension(f, allExtensions)
for f in filelist
]
filelist = [removeImageExtension(f, allExtensions) for f in filelist]
filelist = sorted(set(filelist))

print(*filelist, sep= " ", end=" ")
print(*filelist, sep=" ", end=" ")


if __name__ == "__main__":
Expand Down

0 comments on commit 019f324

Please sign in to comment.