Add import in regression test

This commit is contained in:
Matthew Honnibal 2016-12-18 16:51:31 +01:00
parent 6ee1df93c5
commit bdcecb3c96

View File

@ -1,6 +1,7 @@
from __future__ import unicode_literals
from ...tokens import Doc
from ...vocab import Vocab
from ...attrs import POS
def test_issue600():