Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9d1b200

Browse files
committed
MNT: remove print + pep8
1 parent e50cd5b commit 9d1b200

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

lib/matplotlib/tests/test_backend_tk.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ def evil_blit(photoimage, aggimage, offsets, bboxptr):
2020
(1, 6, 0, 2),
2121
(0, 2, -1, 2),
2222
(0, 2, 2, 0),
23-
(0, 2, 1, 6),
24-
):
23+
(0, 2, 1, 6)):
2524
with pytest.raises(ValueError):
26-
print(bad_boxes)
2725
evil_blit(fig.canvas._tkphoto,
2826
np.ones((4, 4, 4)),
2927
(0, 1, 2, 3),

0 commit comments

Comments
 (0)