diff --git a/spacy/pipeline/pipe.pyx b/spacy/pipeline/pipe.pyx index bed4cdd16..96a8b5944 100644 --- a/spacy/pipeline/pipe.pyx +++ b/spacy/pipeline/pipe.pyx @@ -1,4 +1,4 @@ -# cython: infer_types=True, profile=True, binding=True +# cython: infer_types=True, profile=True import srsly from ..tokens.doc cimport Doc