mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 17:06:29 +03:00
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 ...attrs import LEMMA
|
||||
from ...matcher import merge_phrase
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
import pytest
|
||||
from ... import load as load_spacy
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user