Skip to content

Commit fb54146

Browse files
committed
STY: Black
1 parent 8e44223 commit fb54146

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

nipype/algorithms/confounds.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -919,9 +919,7 @@ class TSNR(BaseInterface):
919919
def _run_interface(self, runtime):
920920
img = nb.load(self.inputs.in_file[0], mmap=NUMPY_MMAP)
921921
header = img.header.copy()
922-
vollist = [
923-
nb.load(filename) for filename in self.inputs.in_file
924-
]
922+
vollist = [nb.load(filename) for filename in self.inputs.in_file]
925923
data = np.concatenate(
926924
[
927925
vol.get_fdata(dtype=np.float32).reshape(vol.shape[:3] + (-1,))

0 commit comments

Comments
 (0)