Skip to content

Commit f3d219c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9c28897 commit f3d219c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pydra/tasks/mrtrix3/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
>>> import pydra
33
>>> import pydra.tasks.mrtrix3
44
"""
5+
56
from ._version import __version__

pydra/tasks/mrtrix3/manual/mrcalc_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class MrCalcOp(Enum):
6161

6262

6363
def operations_formatter(
64-
operations: ty.List[ty.Tuple[ty.List[ty.Union[ImageIn, float]], MrCalcOp]]
64+
operations: ty.List[ty.Tuple[ty.List[ty.Union[ImageIn, float]], MrCalcOp]],
6565
):
6666
return " ".join(
6767
[

0 commit comments

Comments
 (0)