mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-11 00:50:33 +03:00
fix imports
This commit is contained in:
parent
8687fc64eb
commit
4e3c7e1f11
|
@ -6,7 +6,7 @@ import srsly
|
|||
from wasabi import Printer, MESSAGES
|
||||
|
||||
from ._app import app, Arg, Opt
|
||||
from ..gold import Corpus
|
||||
from ..gold import Corpus, Example
|
||||
from ..syntax import nonproj
|
||||
from ..language import Language
|
||||
from ..util import load_model, get_lang_class
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
from typing import Optional, Dict
|
||||
from typing import Optional, Dict, List, Union, Sequence
|
||||
from timeit import default_timer as timer
|
||||
|
||||
import plac
|
||||
import srsly
|
||||
import tqdm
|
||||
from pydantic import BaseModel, FilePath
|
||||
|
|
Loading…
Reference in New Issue
Block a user