* Fix attr_id_t import in Spans

This commit is contained in:
Matthew Honnibal 2015-07-16 19:55:21 +02:00
parent 897de2d438
commit d8458d6a25
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@ from __future__ import unicode_literals
from collections import defaultdict
from ..structs cimport Morphology, TokenC, LexemeC
from ..typedefs cimport flags_t, attr_id_t, attr_t
from ..typedefs cimport flags_t, attr_t
from ..attrs cimport attr_id_t
from ..parts_of_speech cimport univ_pos_t