fix imports

This commit is contained in:
svlandeg 2020-06-22 17:04:11 +02:00
parent 8687fc64eb
commit 4e3c7e1f11
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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