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

Skip to content

Commit 8995045

Browse files
committed
fix lint
1 parent 4020489 commit 8995045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_ft2font.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def test_fallback_cascade_missing(recwarn):
8787
fig.canvas.draw()
8888
assert all(isinstance(warn.message, UserWarning) for warn in recwarn)
8989
e = "Glyph 128579 (\\N{{UPSIDE-DOWN FACE}}) missing from current font {}."
90-
assert ([(warn.message.args) for warn in recwarn] ==
90+
assert ([(warn.message.args) for warn in recwarn] ==
9191
[(e.format(font),) for font in font_list])
9292

9393

0 commit comments

Comments
 (0)