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

Skip to content

Commit e38a5bc

Browse files
committed
flake8 #16501
1 parent a69db44 commit e38a5bc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/matplotlib/tests/test_subplots.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ def test_dont_mutate_kwargs():
176176

177177

178178
def test_subplot_theta_min_max_raise():
179-
with pytest.raises(ValueError, match='The angle range must be<= 360 degrees'):
179+
with pytest.raises(ValueError, match='The angle range ' +
180+
'must be<= 360 degrees'):
180181
ax = plt.subplot(111, projection='polar')
181182
ax.set_thetalim(thetamin=800, thetamax=400)
182183

0 commit comments

Comments
 (0)