Skip to content

Commit 4b432da

Browse files
committed
STY: Spacing
1 parent d23a833 commit 4b432da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/ecat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ def get_data_dtype(self, frame):
853853
def shape(self):
854854
x, y, z = self._subheader.get_shape()
855855
nframes = self._subheader.get_nframes()
856-
return(x, y, z, nframes)
856+
return (x, y, z, nframes)
857857

858858
def get_mlist(self):
859859
""" get access to the mlist

0 commit comments

Comments
 (0)