Skip to content

Commit 44627a8

Browse files
committed
Removed unecessary comma
Signed-off-by: Mikael Brudfors <mbrudfors@nvidia.com>
1 parent ea87126 commit 44627a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/networks/blocks/warp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ class DVF2DDF(nn.Module):
155155
"""
156156

157157
def __init__(
158-
self, num_steps: int = 7, mode=GridSampleMode.BILINEAR.value, padding_mode=GridSamplePadMode.ZEROS.value,
158+
self, num_steps: int = 7, mode=GridSampleMode.BILINEAR.value, padding_mode=GridSamplePadMode.ZEROS.value
159159
):
160160
super().__init__()
161161
if num_steps <= 0:

0 commit comments

Comments
 (0)