We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 073f9fd commit 9621af5Copy full SHA for 9621af5
nipype/pipeline/plugins/tests/test_callback.py
@@ -12,7 +12,7 @@
12
import pandas
13
has_pandas = True
14
except ImportError:
15
- has_pandas = False
+ has_pandas = False
16
17
def func():
18
return
0 commit comments