Skip to content

Commit

Permalink
Removed unecessary comma
Browse files Browse the repository at this point in the history
Signed-off-by: Mikael Brudfors <[email protected]>
  • Loading branch information
brudfors committed Sep 22, 2023
1 parent ea87126 commit 44627a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monai/networks/blocks/warp.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class DVF2DDF(nn.Module):
"""

def __init__(
self, num_steps: int = 7, mode=GridSampleMode.BILINEAR.value, padding_mode=GridSamplePadMode.ZEROS.value,
self, num_steps: int = 7, mode=GridSampleMode.BILINEAR.value, padding_mode=GridSamplePadMode.ZEROS.value
):
super().__init__()
if num_steps <= 0:
Expand Down

0 comments on commit 44627a8

Please sign in to comment.