Fix unicode header in tests

This commit is contained in:
Matthew Honnibal 2017-04-24 10:09:01 +02:00
parent 65f10b53e5
commit c4be9c36fe
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
from __future__ import unicode_literals
from ... import load as load_spacy
from ...attrs import LEMMA
from ...matcher import merge_phrase

View File

@ -1,3 +1,5 @@
from __future__ import unicode_literals
import pytest
from ... import load as load_spacy