8000 Fix indentation · matplotlib/matplotlib@2e091b7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2e091b7

Browse files
committed
Fix indentation
1 parent 62f949a commit 2e091b7

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)
0