black formatting

This commit is contained in:
svlandeg 2023-03-22 16:24:14 +01:00
parent 926094ad59
commit f9e39e1139

View File

@ -122,9 +122,6 @@ def test_issue7055():
assert "model" in filled_cfg["components"]["ner"] assert "model" in filled_cfg["components"]["ner"]
def test_cli_info(): def test_cli_info():
nlp = Dutch() nlp = Dutch()
nlp.add_pipe("textcat") nlp.add_pipe("textcat")
@ -351,14 +348,6 @@ def test_cli_converters_conll_ner_to_docs():
assert ent.text in ["New York City", "London"] assert ent.text in ["New York City", "London"]
@pytest.mark.parametrize( @pytest.mark.parametrize(
"args,expected", "args,expected",
[ [