Skip to content

Commit 1096fce

Browse files
committed
sty: ruff format + codespell
1 parent 08f2080 commit 1096fce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fmriprep/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ class workflow(_Config):
630630
"""Keeps the :py:class:`~niworkflows.utils.spaces.SpatialReferences`
631631
instance keeping standard and nonstandard spaces."""
632632
subject_anatomical_reference = 'first-lex'
633-
"""Method to produce the reference anatomical space. Availalble options are:
633+
"""Method to produce the reference anatomical space. Available options are:
634634
`first-lex` will use the first image in lexicographical order, `unbiased` will
635635
construct an unbiased template from all available images (previously --longitudinal),
636636
and `sessionwise` will independently process each session."""

fmriprep/workflows/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ def init_single_subject_wf(
191191
init_resample_surfaces_wf,
192192
)
193193

194-
from fmriprep.workflows.bold.base import init_bold_wf
195194
from fmriprep.interfaces.bids import BIDSSourceFile, CreateFreeSurferID
195+
from fmriprep.workflows.bold.base import init_bold_wf
196196

197197
if name is None:
198198
name = f'sub_{subject_id}_wf'

0 commit comments

Comments
 (0)