Fix syntax error and formatting in test (see #1617)

This commit is contained in:
ines 2017-11-20 14:01:25 +01:00
parent 17849dee4b
commit d70a64d78b

View File

@ -1,4 +1,6 @@
# coding: utf8
from __future__ import unicode_literals
import json
import random
import contextlib
@ -6,7 +8,7 @@ import shutil
import pytest
import tempfile
from pathlib import Path
from thinc.neural.optimizers import Adam
from ...gold import GoldParse
from ...pipeline import EntityRecognizer