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

Skip to content

Commit 5b66656

Browse files
authored
aligned indentation
1 parent 0909f73 commit 5b66656

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1608,7 +1608,8 @@ def test_pcolorargs():
16081608
noise_X = np.random.random(X.shape)
16091609
noise_Y = np.random.random(Y.shape)
16101610
with pytest.warns(UserWarning,
1611-
match='are not monotonically increasing or decreasing') as record:
1611+
match='are not monotonically increasing or '
1612+
'decreasing') as record:
16121613
# Small perturbations in coordinates will not disrupt the monotonicity
16131614
# of the X-coords and Y-coords in their respective directions.
16141615
# Therefore, no warnings will be triggered.

0 commit comments

Comments
 (0)