Skip to content

Commit e9dc5a7

Browse files
committed
removing imports that are not used
1 parent 4960232 commit e9dc5a7

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

nipype/interfaces/fsl/tests/test_preprocess.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 tempfile
10-
import shutil
1110

1211
import pytest
1312
from nipype.utils.filemanip import split_filename, filename_to_list

nipype/testing/fixtures.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
import os
1010
import pytest
1111
import numpy as np
12-
from tempfile import mkdtemp
13-
from shutil import rmtree
1412

1513
import nibabel as nb
1614
from nipype.interfaces.fsl import Info

0 commit comments

Comments
 (0)