Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1667a0c

Browse filesBrowse files
committed
FIX reviewers's comment
1 parent 7cdab88 commit 1667a0c
Copy full SHA for 1667a0c

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed

‎lib/matplotlib/tests/test_afm.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_afm.py
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
unicode_literals)
33

44
import matplotlib.afm as afm
5-
import six
65

76

87
def test_nonascii_str():
98
# This tests that we also decode bytes as utf-8 properly.
10-
# Else, font files with non ascii caracters fail to load.
9+
# Else, font files with non ascii characters fail to load.
1110
inp_str = "привет"
1211
byte_str = inp_str.encode("utf8")
1312

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.