Fix import

This commit is contained in:
Matthew Honnibal 2020-06-06 15:11:13 +02:00
parent 3baa1ada03
commit 866179350b

View File

@ -1,5 +1,6 @@
from .annotation import TokenAnnotation, DocAnnotation
from .gold_parse import GoldParse
# We're hoping to kill this GoldParse dependency but for now match semantics.
from ..syntax.gold_parse import GoldParse
class Example: