Skip to content

Commit 3bdeb19

Browse files
committed
fixed up broken rebase
1 parent c50e114 commit 3bdeb19

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pydra/tasks/dcm2niix/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44
55
>>> import pydra.engine
66
>>> import pydra.tasks.dcm2niix
7+
"""
78

89
from ._version import __version__
910
from .utils import Dcm2Niix
1011

1112

1213
__all__ = [
13-
"__version__",
14-
"Dcm2Niix",
14+
"__version__",
15+
"Dcm2Niix",
1516
]

0 commit comments

Comments
 (0)