mirror of https://github.com/explosion/spaCy.git
Fix unicode header in tests
This commit is contained in:
parent
65f10b53e5
commit
c4be9c36fe
|
@ -1,3 +1,4 @@
|
||||||
|
from __future__ import unicode_literals
|
||||||
from ... import load as load_spacy
|
from ... import load as load_spacy
|
||||||
from ...attrs import LEMMA
|
from ...attrs import LEMMA
|
||||||
from ...matcher import merge_phrase
|
from ...matcher import merge_phrase
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
from ... import load as load_spacy
|
from ... import load as load_spacy
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue