Fix missing import

This commit is contained in:
Matthew Honnibal 2017-11-07 13:20:12 +01:00
parent 58894bfbf6
commit 726f689da4

View File

@ -15,6 +15,7 @@ import inspect
import warnings
from thinc.neural._classes.model import Model
import functools
import cytoolz
from .symbols import ORTH
from .compat import cupy, CudaStream, path2str, basestring_, input_, unicode_