diff --git a/spacy/spacy.pyx b/spacy/spacy.pyx index 51ab59da2..59cc2fd51 100644 --- a/spacy/spacy.pyx +++ b/spacy/spacy.pyx @@ -141,5 +141,3 @@ cdef Lexeme* _add(Vocab* vocab, dict bacov, Splitter find_split, StringHash hash vocab[0][hashed] = word bacov[hashed] = string return word - -