mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 18:26:30 +03:00
Fix syntax error and formatting in test (see #1617)
This commit is contained in:
parent
17849dee4b
commit
d70a64d78b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user