mirror of https://github.com/explosion/spaCy.git
Remove unused import [ci skip]
This commit is contained in:
parent
2acbec2d2b
commit
1c641e41c3
|
@ -1,6 +1,5 @@
|
||||||
from spacy.lang.en import English
|
from spacy.lang.en import English
|
||||||
from spacy.pipeline import merge_entities
|
from spacy.pipeline import merge_entities
|
||||||
import pytest
|
|
||||||
|
|
||||||
|
|
||||||
def test_issue5918():
|
def test_issue5918():
|
||||||
|
|
Loading…
Reference in New Issue