Skip to content

Commit 88a3485

Browse files
authored
Update test_image.py
removing whitespace
1 parent a46bff3 commit 88a3485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ def test_imshow_10_10_1(fig_test, fig_ref):
466466
ax.imshow(arr[:, :, 0], interpolation="bilinear", extent=(1, 2, 1, 2))
467467
ax.set_xlim(0, 3)
468468
ax.set_ylim(0, 3)
469-
469+
470470
ax = fig_test.subplots()
471471
ax.imshow(arr, interpolation="bilinear", extent=(1, 2, 1, 2))
472472
ax.set_xlim(0, 3)

0 commit comments

Comments
 (0)