Skip to content

Commit 83e86a9

Browse files
committed
sty: fix all dunder
1 parent 286ab00 commit 83e86a9

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

dmriprep/workflows/dwi/__init__.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
"""
2-
Pre-processing dMRI workflows
3-
4-
"""
1+
"""Pre-processing dMRI workflows."""
52

63
from .base import init_dwi_preproc_wf
74
from .util import init_dwi_reference_wf
85

9-
_all__ = [
6+
__all__ = [
107
'init_dwi_preproc_wf',
11-
'init_dwi_reference_wf'
8+
'init_dwi_reference_wf',
129
]

0 commit comments

Comments
 (0)