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" ]