Fix import

This commit is contained in:
Ines Montani 2020-10-02 01:12:34 +02:00
parent e59ecb12c0
commit af282ae732

View File

@ -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")