mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-02 19:30:19 +03:00
Fix mypy problem
This commit is contained in:
parent
f0dc60691a
commit
750628a623
|
@ -206,3 +206,6 @@ class Doc:
|
||||||
) -> Ints2d: ...
|
) -> Ints2d: ...
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def _get_array_attrs() -> Tuple[Any]: ...
|
def _get_array_attrs() -> Tuple[Any]: ...
|
||||||
|
|
||||||
|
def get_fnv1a_hash(input: bytes) -> int: ...
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user