Skip to content

Commit

Permalink
sty: run black on edited file
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Oct 7, 2022
1 parent f7cdfae commit 5cd8c94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fmriprep/workflows/bold/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1189,8 +1189,8 @@ def init_func_preproc_wf(bold_file, has_fieldmap=False):

if "fieldmaps" in config.execution.debug:
# Generate additional reportlets to assess SDC
from sdcflows.utils.misc import front as _pop
from sdcflows.interfaces.reportlets import FieldmapReportlet
from sdcflows.utils.misc import front as _pop

# First, one for checking the co-registration between fieldmap and EPI
sdc_coreg_report = pe.Node(
Expand Down Expand Up @@ -1222,7 +1222,7 @@ def init_func_preproc_wf(bold_file, has_fieldmap=False):
base_directory=fmriprep_dir,
datatype="figures",
desc="fieldmap",
dismiss_entities=("echo", ),
dismiss_entities=("echo",),
suffix="bold",
),
name="ds_fmap_report",
Expand Down

0 comments on commit 5cd8c94

Please sign in to comment.