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 969dca7 commit a795760Copy full SHA for a795760
fmriprep/cli/parser.py
@@ -16,7 +16,7 @@ def _build_parser():
16
)
17
from packaging.version import Version
18
from .version import check_latest, is_flagged
19
- from niworkflows.utils.spaces import Reference, SpatialReferences, OutputReferencesAction
+ from niworkflows.utils.spaces import Reference, OutputReferencesAction
20
21
def _path_exists(path, parser):
22
"""Ensure a given path exists."""
0 commit comments