Fix test for Python 3

This commit is contained in:
Matthew Honnibal 2017-05-16 13:06:30 +02:00 committed by GitHub
parent 1d7c18e58a
commit 221b4c1ee8
1 changed files with 2 additions and 0 deletions

View File

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