Fix Matcher cython profile=True header (#11867)

This commit is contained in:
Adriane Boyd 2022-11-24 16:03:42 +01:00 committed by GitHub
parent 5ea14af32b
commit 8f062b849c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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