From 92071326d814379e5f3a2cbc66aa3ca22a433c46 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Aug 2021 11:48:38 +0200 Subject: [PATCH] Auto-format code with black (#8950) Co-authored-by: explosion-bot --- spacy/tests/pipeline/test_spancat.py | 1 - 1 file changed, 1 deletion(-) diff --git a/spacy/tests/pipeline/test_spancat.py b/spacy/tests/pipeline/test_spancat.py index bf1c00041..7633fcac3 100644 --- a/spacy/tests/pipeline/test_spancat.py +++ b/spacy/tests/pipeline/test_spancat.py @@ -92,7 +92,6 @@ def test_simple_train(): assert scores[f"spans_{SPAN_KEY}_f"] == 1.0 - def test_ngram_suggester(en_tokenizer): # test different n-gram lengths for size in [1, 2, 3]: