Skip to content

Commit 959af2d

Browse files
committed
Fixing minor bug
1 parent d8b5202 commit 959af2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

references/segmentation/transforms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def _transform(self, inpt, params):
3232
return inpt
3333

3434
fill = self.fill[type(inpt)]
35-
fill = PF._utils._convert_fill_arg(fill)
35+
fill = PT._utils._convert_fill_arg(fill)
3636

3737
return PF.pad(inpt, padding=params["padding"], fill=fill)
3838

0 commit comments

Comments
 (0)