Skip to content

Commit

Permalink
Run isort.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Aug 13, 2024
1 parent 0f31178 commit cbe7efc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion qsiprep/interfaces/bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
traits,
)
from nipype.utils.filemanip import copyfile
from niworkflows.interfaces.bids import _DerivativesDataSinkInputSpec
from niworkflows.interfaces.bids import DerivativesDataSink as BaseDerivativesDataSink
from niworkflows.interfaces.bids import _DerivativesDataSinkInputSpec

from qsiprep.data import load as load_data

Expand Down
2 changes: 1 addition & 1 deletion qsiprep/workflows/anatomical/surface.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
from niworkflows.interfaces.reportlets.segmentation import ReconAllRPT

from ...engine import Workflow
from ...interfaces import DerivativesDataSink
from ...interfaces import (
DerivativesDataSink,
FSDetectInputs,
FSInjectBrainExtracted,
MakeMidthickness,
Expand Down
4 changes: 1 addition & 3 deletions qsiprep/workflows/anatomical/volume.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@

from ... import config
from ...engine import Workflow
from ...interfaces import Conform
from ...interfaces import DerivativesDataSink
from ...interfaces import Conform, DerivativesDataSink
from ...interfaces.anatomical import DesaturateSkull, GetTemplate, VoxelSizeChooser
from ...interfaces.freesurfer import (
FixHeaderSynthStrip,
Expand All @@ -54,7 +53,6 @@
from ...interfaces.niworkflows import RobustMNINormalizationRPT
from ...utils.misc import fix_multi_source_name


ANTS_VERSION = BrainExtraction().version or "<ver>"
FS_VERSION = "7.3.1"

Expand Down

0 comments on commit cbe7efc

Please sign in to comment.