Fix import

This commit is contained in:
Matthew Honnibal 2020-07-29 14:45:09 +02:00
parent c99a653070
commit 142b58be92
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ from typing import Optional, List
from thinc.api import chain, clone, concatenate, with_array, with_padded
from thinc.api import Model, noop, list2ragged, ragged2list
from thinc.api import FeatureExtractor, HashEmbed
from thinc.api import expand_window, residual, Maxout, Mish
from thinc.api import expand_window, residual, Maxout, Mish, PyTorchLSTM
from thinc.types import Floats2d
from ...tokens import Doc