Skip to content

Commit a795760

Browse files
committed
sty: pacify flake8 [skip ci]
1 parent 969dca7 commit a795760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/cli/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def _build_parser():
1616
)
1717
from packaging.version import Version
1818
from .version import check_latest, is_flagged
19-
from niworkflows.utils.spaces import Reference, SpatialReferences, OutputReferencesAction
19+
from niworkflows.utils.spaces import Reference, OutputReferencesAction
2020

2121
def _path_exists(path, parser):
2222
"""Ensure a given path exists."""

0 commit comments

Comments
 (0)