Skip to content

Commit d36e9ef

Browse files
AnnaMastorijklymak
authored andcommitted
Fix indentation
1 parent 1eea4e8 commit d36e9ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_compare_images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
('all128.png', 'all127.png', 0, 1),
4444
])
4545
def test_image_comparison_expect_rms(im1, im2, tol, expect_rms, tmp_path,
46-
monkeypatch):
46+
monkeypatch):
4747
"""
4848
Compare two images, expecting a particular RMS error.
4949

0 commit comments

Comments
 (0)