mirror of https://github.com/explosion/spaCy.git
Auto-format
This commit is contained in:
parent
cc08c88a89
commit
2110e8f86d
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue