Skip to content

Commit

Permalink
sty: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jan 14, 2025
1 parent cd35a9e commit bb72c86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/fmripost_aroma/workflows/resample.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ def init_bold_volumetric_resample_wf(
further images into the BOLD series' space.
"""
from fmripost_aroma.interfaces.misc import ApplyTransforms

workflow = pe.Workflow(name=name)

Check warning on line 83 in src/fmripost_aroma/workflows/resample.py

View check run for this annotation

Codecov / codecov/patch

src/fmripost_aroma/workflows/resample.py#L83

Added line #L83 was not covered by tests

inputnode = pe.Node(

Check warning on line 85 in src/fmripost_aroma/workflows/resample.py

View check run for this annotation

Codecov / codecov/patch

src/fmripost_aroma/workflows/resample.py#L85

Added line #L85 was not covered by tests
Expand Down

0 comments on commit bb72c86

Please sign in to comment.