mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-21 01:21:58 +03:00
Fix merge errors.
This commit is contained in:
parent
8aa59c4f65
commit
a2585333a9
|
@ -1,5 +1,5 @@
|
|||
# cython: infer_types=True, profile=True
|
||||
from typing import Any, Callable, Dict, Iterable, Union
|
||||
from typing import Any, Callable, Dict, Iterable, Iterator
|
||||
|
||||
import srsly
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ import random
|
|||
import warnings
|
||||
from itertools import islice
|
||||
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
|
||||
from numpy import dtype
|
||||
|
|
Loading…
Reference in New Issue
Block a user