Skip to content

Commit 0c9a9c0

Browse files
committed
stash wip
1 parent 86aa17c commit 0c9a9c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

torchvision/transforms/v2/functional/_geometry.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1532,7 +1532,6 @@ def _rotate_cvcuda(
15321532
fill: _FillTypeJIT = None,
15331533
) -> "cvcuda.Tensor":
15341534
cvcuda = _import_cvcuda()
1535-
15361535
return cvcuda.rotate(inpt, angle, interpolation=interpolation, expand=expand, fill=fill, center=center)
15371536

15381537

0 commit comments

Comments
 (0)