Auto-format

This commit is contained in:
Ines Montani 2020-10-04 10:06:49 +02:00
parent cc08c88a89
commit 2110e8f86d
1 changed files with 1 additions and 8 deletions

View File

@ -349,14 +349,7 @@ def test_pipe_methods_frozen():
@pytest.mark.parametrize(
"pipe",
[
"tagger",
"parser",
"ner",
"textcat",
"morphologizer"
],
"pipe", ["tagger", "parser", "ner", "textcat", "morphologizer"],
)
def test_pipe_label_data_exports_labels(pipe):
nlp = Language()