Skip to content

Commit 711043b

Browse files
committed
STY: Flake8
1 parent e161389 commit 711043b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

nibabies/workflows/base.py

-1
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,6 @@ def init_single_subject_wf(subject_id):
382382
fmap_estimators = None
383383
if "fieldmap" not in config.workflow.ignore:
384384
from sdcflows.utils.wrangler import find_estimators
385-
from sdcflows.workflows.base import init_fmap_preproc_wf
386385

387386
# SDC Step 1: Run basic heuristics to identify available data for fieldmap estimation
388387
# For now, no fmapless

nibabies/workflows/bold/base.py

-1
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,6 @@ def init_func_preproc_wf(bold_file, has_fieldmap=False):
449449
# for meepi, iterate over all meepi echos to boldbuffer
450450
boldbuffer.iterables = ('bold_file', bold_file)
451451

452-
453452
# MULTI-ECHO EPI DATA #############################################
454453
if multiecho: # instantiate relevant interfaces, imports
455454
from niworkflows.func.util import init_skullstrip_bold_wf

0 commit comments

Comments
 (0)