mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-11 17:56:30 +03:00
Remove unused imports
This commit is contained in:
parent
cb7821e3e3
commit
41037f0f07
|
@ -1,8 +1,8 @@
|
|||
# coding: utf8
|
||||
from __future__ import unicode_literals, division, print_function
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import io
|
||||
from pathlib import Path, PurePosixPath
|
||||
from pathlib import Path
|
||||
|
||||
from .converters import conllu2json
|
||||
from .. import util
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# coding: utf8
|
||||
from __future__ import unicode_literals, division, print_function
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import json
|
||||
from ...gold import read_json_file, merge_sents
|
||||
|
|
Loading…
Reference in New Issue
Block a user