Skip to content

Commit fb2a97c

Browse files
committed
Add missing comma
1 parent fcbf2ba commit fb2a97c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

yucca/functional/transforms/torch/croppad.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@ def croppad_2D_case_from_3D(
230230
pad_ub_y,
231231
0,
232232
0,
233-
)
234-
** pad_kwargs,
233+
),
234+
**pad_kwargs,
235235
)
236236

237237
if label is None:

0 commit comments

Comments
 (0)