mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-10 16:22:29 +03:00
Reformat imports in entity_linker.py.
This commit is contained in:
parent
cfbb4a5d99
commit
7aa3758af6
|
@ -1,17 +1,6 @@
|
||||||
import warnings
|
import warnings
|
||||||
from typing import (
|
from typing import cast, Optional, Iterable, Callable, Dict
|
||||||
cast,
|
from typing import Union, List, Any, Iterator, Sequence
|
||||||
Optional,
|
|
||||||
Iterable,
|
|
||||||
Callable,
|
|
||||||
Dict,
|
|
||||||
Sequence,
|
|
||||||
Union,
|
|
||||||
List,
|
|
||||||
Any,
|
|
||||||
Iterator,
|
|
||||||
)
|
|
||||||
from numpy import dtype
|
|
||||||
from thinc.types import Floats1d, Floats2d, Ints1d, Ragged
|
from thinc.types import Floats1d, Floats2d, Ints1d, Ragged
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from itertools import islice
|
from itertools import islice
|
||||||
|
|
Loading…
Reference in New Issue
Block a user