Fix Matcher cython profile=True header

This commit is contained in:
Adriane Boyd 2022-11-24 13:40:47 +01:00
parent 5ea14af32b
commit 743ccb672b

View File

@ -1,4 +1,4 @@
# cython: infer_types=True, cython: profile=True
# cython: infer_types=True, profile=True
from typing import List, Iterable
from libcpp.vector cimport vector