mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-08 06:04:57 +03:00
Fix imports.
This commit is contained in:
parent
d689d97ab5
commit
6c3ae8dfcc
|
@ -1,14 +1,13 @@
|
|||
from pathlib import Path
|
||||
import logging
|
||||
from typing import Optional, Tuple, Union, Dict, cast
|
||||
from typing import Optional, Tuple, Union
|
||||
|
||||
import numpy
|
||||
import wasabi.tables
|
||||
|
||||
from pipeline import Pipe
|
||||
from ._util import app, Arg, Opt
|
||||
from .. import util
|
||||
from ..pipeline import MultiLabel_TextCategorizer
|
||||
from ..pipeline import MultiLabel_TextCategorizer, Pipe
|
||||
from ..tokens import DocBin
|
||||
|
||||
_DEFAULTS = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user