We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a9477 commit 43e8c20Copy full SHA for 43e8c20
nipype/interfaces/afni/base.py
@@ -37,7 +37,6 @@ def version():
37
Version number as string or None if AFNI not found
38
39
"""
40
- import re
41
try:
42
clout = CommandLine(command='afni_vcheck',
43
terminal_output='allatonce').run()
0 commit comments