From 4f1286b18e30a9ff7ddf617080462c9bf3aa43b3 Mon Sep 17 00:00:00 2001 From: Paul O'Leary McCann Date: Wed, 28 Dec 2022 12:53:09 +0900 Subject: [PATCH] Revert "Add comment to Python to trigger tests" This reverts commit 11840fc59886658c59aeb186a20173f5ec7c4583. --- spacy/pipeline/entity_linker.py | 1 - 1 file changed, 1 deletion(-) diff --git a/spacy/pipeline/entity_linker.py b/spacy/pipeline/entity_linker.py index f39bc05f3..9a13c96f8 100644 --- a/spacy/pipeline/entity_linker.py +++ b/spacy/pipeline/entity_linker.py @@ -126,7 +126,6 @@ def make_entity_linker( """In order to use v1 of the EntityLinker, you must use spacy-legacy >=XXX.""" ) - # TODO REMOVE this is to trigger a test build # The only difference in arguments here is that use_gold_ents and threshold aren't available. return EntityLinker_v1( nlp.vocab,