Skip to content

Commit 3f0701e

Browse files
authored
Update test_spacy.py (#1026)
1 parent e8cb8a2 commit 3f0701e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_spacy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import spacy
44

5+
# please check with learn team before changing
56
class TestSpacy(unittest.TestCase):
67
def test_model(self):
78
nlp = spacy.load('en_core_web_sm')

0 commit comments

Comments
 (0)