From d372b5618c27f95976ae3d8159b7c6f5fec43ee3 Mon Sep 17 00:00:00 2001 From: Joshua Chin Date: Wed, 24 Jun 2015 17:15:50 -0400 Subject: [PATCH] removed old FIXME --- wordfreq/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/wordfreq/__init__.py b/wordfreq/__init__.py index 334ba2a..91b0fd4 100644 --- a/wordfreq/__init__.py +++ b/wordfreq/__init__.py @@ -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: