mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 17:24:41 +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
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
import json
|
import json
|
||||||
import random
|
import random
|
||||||
import contextlib
|
import contextlib
|
||||||
|
@ -6,7 +8,7 @@ import shutil
|
||||||
import pytest
|
import pytest
|
||||||
import tempfile
|
import tempfile
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
from thinc.neural.optimizers import Adam
|
||||||
|
|
||||||
from ...gold import GoldParse
|
from ...gold import GoldParse
|
||||||
from ...pipeline import EntityRecognizer
|
from ...pipeline import EntityRecognizer
|
||||||
|
|
Loading…
Reference in New Issue
Block a user