Skip to content

Commit

Permalink
Fix unicode import in test
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Jan 22, 2018
1 parent 4ce7d24 commit 7e6dc28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spacy/tests/regression/test_issue1799.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
'''Test sentence boundaries are deserialized correctly,
even for non-projective sentences.'''
from __future__ import unicode_literals

import pytest
import numpy
Expand Down

0 comments on commit 7e6dc28

Please sign in to comment.