mirror of https://github.com/explosion/spaCy.git
Fix Matcher cython profile=True header (#11867)
This commit is contained in:
parent
5ea14af32b
commit
8f062b849c
|
@ -1,4 +1,4 @@
|
||||||
# cython: infer_types=True, cython: profile=True
|
# cython: infer_types=True, profile=True
|
||||||
from typing import List, Iterable
|
from typing import List, Iterable
|
||||||
|
|
||||||
from libcpp.vector cimport vector
|
from libcpp.vector cimport vector
|
||||||
|
|
Loading…
Reference in New Issue