We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02991da commit 4a6d6b8Copy full SHA for 4a6d6b8
nipype/pipeline/plugins/tests/test_sgelike.py
@@ -1,12 +1,8 @@
1
from nipype.pipeline.plugins.base import SGELikeBatchManagerBase
2
from nipype.interfaces.utility import Function
3
import nipype.pipeline.engine as pe
4
-from os.path import join
5
-import os
6
-from glob import glob
7
import pytest
8
from unittest.mock import patch
9
-from tempfile import TemporaryDirectory
10
import subprocess
11
12
0 commit comments