Skip to content

Commit c0f5120

Browse files
committed
PEP8: removed unused imports
1 parent d0b2c29 commit c0f5120

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

nibabel/streamlines/tck.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
import os
99
import warnings
10-
import itertools
1110

1211
import numpy as np
1312

nibabel/streamlines/trk.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
import struct
88
import string
99
import warnings
10-
import itertools
1110

1211
import numpy as np
1312
import nibabel as nib

0 commit comments

Comments
 (0)