From 5908c0ed9f25795f92b89ed60e5b954754dfd4e9 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Thu, 8 Dec 2016 19:45:11 +0100 Subject: [PATCH] Fix formatting --- spacy/language_data/emoticons.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spacy/language_data/emoticons.py b/spacy/language_data/emoticons.py index bb489a137..69d1a69ac 100644 --- a/spacy/language_data/emoticons.py +++ b/spacy/language_data/emoticons.py @@ -1,8 +1,8 @@ # encoding: utf8 from __future__ import unicode_literals -EMOTICONS = set(""" +EMOTICONS = set(""" :) :-) :)) @@ -135,7 +135,6 @@ o.0 ¯\(ツ)/¯ (╯°□°)╯︵┻━┻ ><(((*> - """.split())