Skip to content

Commit 81c0cfd

Browse files
committed
Fix lint
1 parent bde5476 commit 81c0cfd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/test_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ def test_draw_boxes():
119119
@pytest.mark.skipif(PILLOW_VERSION < (10, 1), reason="The reference image is only valid for PIL >= 10.1")
120120
def test_draw_boxes_with_coloured_labels():
121121
img = torch.full((3, 100, 100), 255, dtype=torch.uint8)
122-
img_cp = img.clone()
123-
boxes_cp = boxes.clone()
124122
labels = ["a", "b", "c", "d"]
125123
colors = ["green", "#FF00FF", (0, 255, 0), "red"]
126124
label_colors = ["green", "red", (0, 255, 0), "#FF00FF"]

0 commit comments

Comments
 (0)