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

Skip to content

Commit 1667a0c

Browse files
committed
FIX reviewers's comment
1 parent 7cdab88 commit 1667a0c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/matplotlib/tests/test_afm.py

Lines 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)