From 34e092e4e522600c264499bfcc678995616b295f Mon Sep 17 00:00:00 2001 From: Raphael Mitsch Date: Thu, 9 Mar 2023 16:15:39 +0100 Subject: [PATCH] Update spacy/kb/candidate.pxd Co-authored-by: Sofie Van Landeghem --- spacy/kb/candidate.pxd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/kb/candidate.pxd b/spacy/kb/candidate.pxd index 23da038d3..920580d33 100644 --- a/spacy/kb/candidate.pxd +++ b/spacy/kb/candidate.pxd @@ -13,4 +13,4 @@ cdef class InMemoryCandidate(Candidate): cdef readonly InMemoryLookupKB _kb cdef hash_t _entity_hash cdef float _entity_freq - cdef hash_t _mention \ No newline at end of file + cdef hash_t _mention