mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-25 16:15:17 +03:00
Add missing imports in some regression tests
- test_issue7001-8000.py - test_issue8190.py
This commit is contained in:
parent
addeb34bc4
commit
8e7deaf210
|
@ -1,3 +1,4 @@
|
||||||
|
import pytest
|
||||||
from spacy.cli.evaluate import print_textcats_auc_per_cat, print_prf_per_type
|
from spacy.cli.evaluate import print_textcats_auc_per_cat, print_prf_per_type
|
||||||
from spacy.lang.en import English
|
from spacy.lang.en import English
|
||||||
from spacy.training import Example
|
from spacy.training import Example
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
import pytest
|
||||||
|
|
||||||
import spacy
|
import spacy
|
||||||
from spacy.lang.en import English
|
from spacy.lang.en import English
|
||||||
from ..util import make_tempdir
|
from ..util import make_tempdir
|
||||||
|
|
Loading…
Reference in New Issue
Block a user