mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-18 12:12:20 +03:00
Import cleanup
This commit is contained in:
parent
6087da9675
commit
e721c7bed8
|
@ -1,7 +1,6 @@
|
|||
from thinc.types import Ints2d
|
||||
from spacy.tokens import Doc
|
||||
from typing import List, Tuple, Callable, Any, Set, Dict
|
||||
from ...util import registry
|
||||
from typing import List, Tuple, Set
|
||||
|
||||
# type alias to make writing this less tedious
|
||||
MentionClusters = List[List[Tuple[int, int]]]
|
||||
|
|
Loading…
Reference in New Issue
Block a user