Remove unnecessary import of Mock

This commit is contained in:
Matthew Honnibal 2017-07-22 01:13:54 +02:00
parent baa3d81c35
commit 2424493970
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
# coding: utf8
from __future__ import unicode_literals
from thinc.neural import Model
from mock import Mock
import pytest
import numpy