mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-21 17:41:59 +03:00
Format.
This commit is contained in:
parent
aca4ada1e9
commit
5bad3d2118
|
@ -6,7 +6,7 @@ from typing import Iterable, Iterator, Tuple, Union
|
|||
from cymem.cymem cimport Pool
|
||||
|
||||
from ..errors import Errors
|
||||
from ..tokens import Span, SpanGroup
|
||||
from ..tokens import SpanGroup
|
||||
from ..util import SimpleFrozenList
|
||||
from .candidate import Candidate
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ from preshed.maps cimport PreshMap
|
|||
import warnings
|
||||
from pathlib import Path
|
||||
|
||||
from ..tokens import Span, SpanGroup
|
||||
from ..tokens import SpanGroup
|
||||
|
||||
from ..typedefs cimport hash_t
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user