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