Fix syntax

This commit is contained in:
Matthew Honnibal 2025-05-20 18:35:13 +02:00
parent 216ef7ee7a
commit f6b1546a74

View File

@ -336,7 +336,7 @@ def register_factories() -> None:
scorer: Optional[Callable],
ent_id_sep: str,
):
if overwrite_ents:
if overwrite_ents:
ents_filter = prioritize_new_ents_filter
else:
ents_filter = prioritize_existing_ents_filter