Fix test for Python 2

This commit is contained in:
Matthew Honnibal 2018-03-12 23:03:05 +01:00 committed by GitHub
parent 9aeec9c242
commit c2f4759257
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,4 @@
from __future__ import unicode_literals
from ...vocab import Vocab
from ...pipeline import DependencyParser
from ...tokens import Doc