From a280ff2657170568f00bb1ec37dc70e6ed1016bd Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Wed, 7 Dec 2016 21:10:12 +0100 Subject: [PATCH] Fix __all__ --- spacy/language_data/emoticons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/language_data/emoticons.py b/spacy/language_data/emoticons.py index 366d7348e..df4941cc2 100644 --- a/spacy/language_data/emoticons.py +++ b/spacy/language_data/emoticons.py @@ -136,4 +136,4 @@ o.0 """.split()) -__all__ = [ EMOTICONS ] +__all__ = [ "EMOTICONS" ]