Remove unused compiler flag

This commit is contained in:
Ines Montani 2020-08-10 13:13:18 +02:00
parent 12052bd8f6
commit a4b448eec4

View File

@ -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