mirror of
https://github.com/rspeer/wordfreq.git
synced 2024-12-23 17:31:41 +00:00
removed old FIXME
This commit is contained in:
parent
f576ca58ae
commit
d372b5618c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user