Skip to content

Commit a7ff28e

Browse files
committed
FIX: Import write_derivative_description
1 parent dfb4b2c commit a7ff28e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fmriprep/cli/run.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,9 @@ def main():
247247
"""Entry point"""
248248
from nipype import logging as nlogging
249249
from multiprocessing import set_start_method, Process, Manager
250+
from .. import __version__
250251
from ..viz.reports import generate_reports
251-
from ..__about__ import __version__
252+
from ..utils.bids import write_derivative_description
252253
set_start_method('forkserver')
253254

254255
warnings.showwarning = _warn_redirect

0 commit comments

Comments
 (0)