diff --git a/spacy/tests/test_cli.py b/spacy/tests/test_cli.py index f04308e66..afa5baa8e 100644 --- a/spacy/tests/test_cli.py +++ b/spacy/tests/test_cli.py @@ -122,9 +122,6 @@ def test_issue7055(): assert "model" in filled_cfg["components"]["ner"] - - - def test_cli_info(): nlp = Dutch() nlp.add_pipe("textcat") @@ -351,14 +348,6 @@ def test_cli_converters_conll_ner_to_docs(): assert ent.text in ["New York City", "London"] - - - - - - - - @pytest.mark.parametrize( "args,expected", [