Fix mypy problem

This commit is contained in:
richardpaulhudson 2022-11-04 11:00:33 +01:00
parent f0dc60691a
commit 750628a623

View File

@ -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: ...