mirror of https://github.com/explosion/spaCy.git
Fix import
This commit is contained in:
parent
e59ecb12c0
commit
af282ae732
|
@ -1,7 +1,8 @@
|
|||
from typing import List, Union, Callable, Tuple
|
||||
from thinc.types import Ints2d, Doc
|
||||
from thinc.types import Ints2d
|
||||
from thinc.api import Model, registry
|
||||
|
||||
from ..tokens import Doc
|
||||
|
||||
|
||||
@registry.layers("spacy.FeatureExtractor.v1")
|
||||
|
|
Loading…
Reference in New Issue