From 3f9d879bfe5589a96bc7b746203e75dbd586a0f5 Mon Sep 17 00:00:00 2001 From: Raphael Mitsch Date: Thu, 17 Nov 2022 12:53:27 +0100 Subject: [PATCH] Update spacy/tests/test_cli.py Co-authored-by: Adriane Boyd --- spacy/tests/test_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/tests/test_cli.py b/spacy/tests/test_cli.py index f29568bab..affb20f25 100644 --- a/spacy/tests/test_cli.py +++ b/spacy/tests/test_cli.py @@ -864,7 +864,7 @@ def test_span_length_freq_dist_output_must_be_correct(): def test_cli_find_threshold(capsys): thresholds = numpy.linspace(0, 1, 10) - def make_examples(_nlp: Language) -> List[Example]: + def make_examples(nlp: Language) -> List[Example]: docs: List[Example] = [] for t in [