Skip to content

Commit 39bde32

Browse files
committed
fixing the last commit
1 parent fdb71ad commit 39bde32

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

nipype/interfaces/tests/test_runtime_profiler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
from nipype.interfaces.base import (traits, CommandLine, CommandLineInputSpec,
1515
runtime_profile)
1616
import pytest
17+
import sys
1718

1819
run_profile = runtime_profile
1920

nipype/pipeline/engine/tests/test_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from builtins import open
1111
from copy import deepcopy
1212
from glob import glob
13-
import os
13+
import os, sys
1414

1515
import networkx as nx
1616

nipype/pipeline/plugins/tests/test_callback.py

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

88
from builtins import object
99

10-
import pytest, pdb
10+
import pytest
11+
import sys
1112
import nipype.interfaces.utility as niu
1213
import nipype.pipeline.engine as pe
1314

0 commit comments

Comments
 (0)