mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-13 09:42:26 +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 cymem.cymem cimport Pool
|
||||||
|
|
||||||
from ..errors import Errors
|
from ..errors import Errors
|
||||||
from ..tokens import Span, SpanGroup
|
from ..tokens import SpanGroup
|
||||||
from ..util import SimpleFrozenList
|
from ..util import SimpleFrozenList
|
||||||
from .candidate import Candidate
|
from .candidate import Candidate
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ from preshed.maps cimport PreshMap
|
||||||
import warnings
|
import warnings
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
from ..tokens import Span, SpanGroup
|
from ..tokens import SpanGroup
|
||||||
|
|
||||||
from ..typedefs cimport hash_t
|
from ..typedefs cimport hash_t
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user