Revert "Add comment to Python to trigger tests"

This reverts commit 11840fc598.
This commit is contained in:
Paul O'Leary McCann 2022-12-28 12:53:09 +09:00
parent b7d890b557
commit 4f1286b18e

View File

@ -126,7 +126,6 @@ def make_entity_linker(
"""In order to use v1 of the EntityLinker, you must use """In order to use v1 of the EntityLinker, you must use
spacy-legacy >=XXX.""" 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. # The only difference in arguments here is that use_gold_ents and threshold aren't available.
return EntityLinker_v1( return EntityLinker_v1(
nlp.vocab, nlp.vocab,