mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-03 21:24:11 +03:00
Remove unused imports
This commit is contained in:
parent
112c5787eb
commit
8a29308d0b
|
@ -1,6 +1,5 @@
|
|||
from __future__ import unicode_literals
|
||||
import json
|
||||
import os
|
||||
import random
|
||||
import contextlib
|
||||
import shutil
|
||||
|
@ -9,7 +8,6 @@ import tempfile
|
|||
from pathlib import Path
|
||||
|
||||
|
||||
import pathlib
|
||||
from ...gold import GoldParse
|
||||
from ...pipeline import EntityRecognizer
|
||||
from ...lang.en import English
|
||||
|
|
Loading…
Reference in New Issue
Block a user