mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-11 17:56:30 +03:00
Fix imports
This commit is contained in:
parent
473504d837
commit
b1d83fc13e
|
@ -1,5 +1,6 @@
|
|||
from typing import Optional
|
||||
from typing import Optional, List
|
||||
from thinc.api import Model, chain, list2array, Linear, zero_init, use_ops
|
||||
from thinc.types import Floats2d
|
||||
|
||||
from ...util import registry
|
||||
from .._precomputable_affine import PrecomputableAffine
|
||||
|
|
Loading…
Reference in New Issue
Block a user