mirror of https://github.com/explosion/spaCy.git
Remove unnecessary import of Mock
This commit is contained in:
parent
baa3d81c35
commit
2424493970
|
@ -1,7 +1,6 @@
|
|||
# coding: utf8
|
||||
from __future__ import unicode_literals
|
||||
from thinc.neural import Model
|
||||
from mock import Mock
|
||||
import pytest
|
||||
import numpy
|
||||
|
||||
|
|
Loading…
Reference in New Issue