From 079f09b97c14ccc0b7138a6040e132ae338e2955 Mon Sep 17 00:00:00 2001 From: kadarakos Date: Tue, 31 Jan 2023 16:33:06 +0000 Subject: [PATCH] black --- 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 56d44b7be..c4615f793 100644 --- a/spacy/tests/pipeline/test_spancat.py +++ b/spacy/tests/pipeline/test_spancat.py @@ -377,7 +377,6 @@ def test_overfitting_IO_overlapping(): assert set([span.label_ for span in spans2]) == {"LOC", "DOUBLE_LOC"} - @pytest.mark.parametrize("name", SPANCAT_COMPONENTS) def test_zero_suggestions(name): # Test with a suggester that returns 0 suggestions