Fix imports

This commit is contained in:
Matthew Honnibal 2020-06-06 15:12:52 +02:00
parent 866179350b
commit 0f9b4bbfea

View File

@ -1,4 +1,6 @@
from .annotation import TokenAnnotation, DocAnnotation from .annotation import TokenAnnotation, DocAnnotation
from ..errors import Errors, AlignmentError
from ..tokens import Doc
# We're hoping to kill this GoldParse dependency but for now match semantics. # We're hoping to kill this GoldParse dependency but for now match semantics.
from ..syntax.gold_parse import GoldParse from ..syntax.gold_parse import GoldParse