From 81a64119dbc3d2fe40b532925b05d7880e6eeade Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 9 Oct 2017 00:59:49 +0200 Subject: [PATCH] Fix string-to-unicode problem --- spacy/tests/parser/test_preset_sbd.py | 1 + 1 file changed, 1 insertion(+) diff --git a/spacy/tests/parser/test_preset_sbd.py b/spacy/tests/parser/test_preset_sbd.py index fa31486ea..77326f797 100644 --- a/spacy/tests/parser/test_preset_sbd.py +++ b/spacy/tests/parser/test_preset_sbd.py @@ -1,4 +1,5 @@ '''Test that the parser respects preset sentence boundaries.''' +from __future__ import unicode_literals import pytest from thinc.neural.optimizers import Adam from thinc.neural.ops import NumpyOps