mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-04 20:30:24 +03:00
Delete freeze from strings.pyi as well
This commit is contained in:
parent
89b06c306d
commit
9ccc3bbf97
|
@ -5,8 +5,7 @@ def get_string_id(key: Union[str, int]) -> int: ...
|
|||
|
||||
class StringStore:
|
||||
def __init__(
|
||||
self, strings: Optional[Iterable[str]] = ..., freeze: bool = ...
|
||||
) -> None: ...
|
||||
self, strings: Optional[Iterable[str]] = ...) -> None: ...
|
||||
@overload
|
||||
def __getitem__(self, string_or_id: Union[bytes, str]) -> int: ...
|
||||
@overload
|
||||
|
|
Loading…
Reference in New Issue
Block a user