mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 09:14:32 +03:00
Fix test for Python 3
This commit is contained in:
parent
1d7c18e58a
commit
221b4c1ee8
|
@ -1,3 +1,5 @@
|
|||
# coding: utf8
|
||||
from __future__ import unicode_literals
|
||||
from thinc.neural import Model
|
||||
from mock import Mock
|
||||
import pytest
|
||||
|
|
Loading…
Reference in New Issue
Block a user