Skip to content

Commit 00029ed

Browse files
jdufresnedaviddrysdale
authored andcommitted
Remove outdated comment (daviddrysdale#154)
All current Python environments support the unicodedata module.
1 parent 8df36cd commit 00029ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/phonenumbers/unicode_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
'...'
7272
"""
7373
import bisect
74-
import unicodedata # Python 2.5 onward
74+
import unicodedata
7575

7676
from .util import UnicodeMixin, unicod, u
7777

0 commit comments

Comments
 (0)