From 12b39f87da0ce2b3dc0c05fc8544892c5f586fb0 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sat, 24 Feb 2018 10:32:18 +0100 Subject: [PATCH] Move cython declarations in matcher.pyx --- spacy/matcher.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/matcher.pyx b/spacy/matcher.pyx index 11ed2cc26..8c2d49b8a 100644 --- a/spacy/matcher.pyx +++ b/spacy/matcher.pyx @@ -1,6 +1,6 @@ -from __future__ import unicode_literals # cython: infer_types=True # cython: profile=True +from __future__ import unicode_literals from libcpp.vector cimport vector from libc.stdint cimport int32_t, uint64_t, uint16_t from preshed.maps cimport PreshMap