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

Skip to content

Commit b44077d

Browse files
committed
Flake8 whitespace
1 parent 916d4d8 commit b44077d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -446,8 +446,8 @@ def test_annotate_parameter_warn():
446446
line, = ax.plot(t, s, lw=3, color='purple')
447447

448448
with pytest.warns(MatplotlibDeprecationWarning,
449-
match = r"The \'s\' parameter of annotate\(\) "
450-
"has been renamed \'text\'"):
449+
match=r"The \'s\' parameter of annotate\(\) "
450+
"has been renamed \'text\'"):
451451
ax.annotate(s='local max', xy=(3, 1), xycoords='data',
452452
xytext=(3, 3), textcoords='offset points')
453453

0 commit comments

Comments
 (0)