mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-06 12:53:19 +03:00
Format.
This commit is contained in:
parent
a2585333a9
commit
61b2215b0e
|
@ -2,7 +2,18 @@ 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, Iterator, 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