mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-21 01:21:58 +03:00
Format.
This commit is contained in:
parent
a2585333a9
commit
61b2215b0e
|
@ -2,7 +2,18 @@ import random
|
|||
import warnings
|
||||
from itertools import islice
|
||||
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
|
||||
from numpy import dtype
|
||||
|
|
Loading…
Reference in New Issue
Block a user