Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 166be74

Browse files
committedOct 16, 2024··
manually undo accidental linting
1 parent 0275bb2 commit 166be74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎sdcflows/workflows/fit/pepolar.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@
2121
# https://www.nipreps.org/community/licensing/
2222
#
2323
"""Datasets with multiple phase encoded directions."""
24-
from nipype.interfaces import utility as niu
2524
from nipype.pipeline import engine as pe
25+
from nipype.interfaces import utility as niu
26+
2627
from niworkflows.engine.workflows import LiterateWorkflow as Workflow
2728

2829
from ... import data

0 commit comments

Comments
 (0)
Please sign in to comment.