Skip to content

Commit 4a6d6b8

Browse files
committed
TEST: Cleanup imports
1 parent 02991da commit 4a6d6b8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: nipype/pipeline/plugins/tests/test_sgelike.py

-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
from nipype.pipeline.plugins.base import SGELikeBatchManagerBase
22
from nipype.interfaces.utility import Function
33
import nipype.pipeline.engine as pe
4-
from os.path import join
5-
import os
6-
from glob import glob
74
import pytest
85
from unittest.mock import patch
9-
from tempfile import TemporaryDirectory
106
import subprocess
117

128

0 commit comments

Comments
 (0)