Skip to content

Commit 84cdfb3

Browse files
lint
1 parent 6e7b15f commit 84cdfb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gallery/transforms/plot_keypoints_transforms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@
111111
# Using :class:`~torchvision.transforms.RandomRotation`:
112112
rotater = v2.RandomRotation(degrees=(0, 180))
113113
rotated_imgs = [rotater((orig_img, orig_pts)) for _ in range(4)]
114-
plot([(orig_img, orig_pts)] + rotated_imgs)
114+
plot([(orig_img, orig_pts)] + rotated_imgs)

0 commit comments

Comments
 (0)