Skip to content

Commit a46095e

Browse files
committed
Fixed Ruff error
1 parent bb3f68a commit a46095e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/testing/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,4 +291,4 @@ def _gen_multi_font_text():
291291
in between!"""
292292
# The resulting string contains 491 unique characters. Some file formats use 8-bit
293293
# tables, which the large number of characters exercises twice over.
294-
return fonts, test_str
294+
return fonts, test_str

0 commit comments

Comments
 (0)