Fix copy_reg compatibility on _serialize module

This commit is contained in:
Matthew Honnibal 2018-09-28 15:23:14 +02:00
parent f82f8ba5dd
commit b39810d692
1 changed files with 1 additions and 1 deletions

View File

@ -3,9 +3,9 @@ from __future__ import unicode_literals
import numpy
import msgpack
import gzip
import copyreg
from thinc.neural.ops import NumpyOps
from ..compat import copy_reg
from ..tokens import Doc
from ..attrs import SPACY, ORTH