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(
|
@pytest.mark.parametrize(
|
||||||
"pipe",
|
"pipe", ["tagger", "parser", "ner", "textcat", "morphologizer"],
|
||||||
[
|
|
||||||
"tagger",
|
|
||||||
"parser",
|
|
||||||
"ner",
|
|
||||||
"textcat",
|
|
||||||
"morphologizer"
|
|
||||||
],
|
|
||||||
)
|
)
|
||||||
def test_pipe_label_data_exports_labels(pipe):
|
def test_pipe_label_data_exports_labels(pipe):
|
||||||
nlp = Language()
|
nlp = Language()
|
||||||
|
|
Loading…
Reference in New Issue