From c52671420c7b2554274009faa976a2788dc16d13 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Thu, 26 Oct 2017 13:28:19 +0200 Subject: [PATCH] Remove old cfile import --- spacy/vocab.pyx | 1 - 1 file changed, 1 deletion(-) diff --git a/spacy/vocab.pyx b/spacy/vocab.pyx index bcd1f3c10..193509771 100644 --- a/spacy/vocab.pyx +++ b/spacy/vocab.pyx @@ -16,7 +16,6 @@ from .lexeme cimport EMPTY_LEXEME from .lexeme cimport Lexeme from .strings cimport hash_string from .typedefs cimport attr_t -from .cfile cimport CFile from .tokens.token cimport Token from .attrs cimport PROB, LANG from .structs cimport SerializedLexemeC