Skip to content

Commit 4107401

Browse files
committed
PEP8
1 parent 261bf3b commit 4107401

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nibabel/streamlines/array_sequence.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ def __getitem__(self, idx):
318318
raise TypeError("Index must be either an int, a slice, a list of int"
319319
" or a ndarray of bool! Not " + str(type(idx)))
320320

321-
322321
def __iter__(self):
323322
if len(self._lengths) != len(self._offsets):
324323
raise ValueError("ArraySequence object corrupted:"

0 commit comments

Comments
 (0)