Fix import

This commit is contained in:
Matthew Honnibal 2020-06-09 15:44:08 +02:00
parent f4caaa8ad9
commit 04569c0b3e

View File

@ -7,7 +7,7 @@ from copy import copy
from ..tokens.doc cimport Doc, set_children_from_heads from ..tokens.doc cimport Doc, set_children_from_heads
from ..gold import Example from ..gold import Example, TokenAnnotation
from ..errors import Errors from ..errors import Errors