removed old FIXME

Former-commit-id: d372b5618c
This commit is contained in:
Joshua Chin 2015-06-24 17:15:50 -04:00
parent fd2b0fc015
commit 7bbcffd848

View File

@ -27,7 +27,6 @@ def _emoji_char_class():
EMOJI_RANGE = _emoji_char_class()
# FIXME: Find a better way to get a list of all non punctuation unicodes
def _non_punct_class():
try:
with open('non_punct.txt') as file: