mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-03 19:33:19 +03:00
Fix merge errors.
This commit is contained in:
parent
8aa59c4f65
commit
a2585333a9
|
@ -1,5 +1,5 @@
|
||||||
# cython: infer_types=True, profile=True
|
# cython: infer_types=True, profile=True
|
||||||
from typing import Any, Callable, Dict, Iterable, Union
|
from typing import Any, Callable, Dict, Iterable, Iterator
|
||||||
|
|
||||||
import srsly
|
import srsly
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ import random
|
||||||
import warnings
|
import warnings
|
||||||
from itertools import islice
|
from itertools import islice
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from typing import Any, Callable, Dict, Iterable, List, Optional, Sequence, Union, cast
|
from typing import Any, Callable, Dict, Iterable, Iterator, List, Optional, Sequence, Union, cast
|
||||||
|
|
||||||
import srsly
|
import srsly
|
||||||
from numpy import dtype
|
from numpy import dtype
|
||||||
|
|
Loading…
Reference in New Issue
Block a user