This commit is contained in:
Raphael Mitsch 2023-07-27 16:36:15 +02:00
parent aca4ada1e9
commit 5bad3d2118
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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