Skip to content
Snippets Groups Projects
Commit 1bc50483 authored by Kaushik Kulkarni's avatar Kaushik Kulkarni
Browse files

fixup! adds keyed counterparts to ((rec)?)map_array_container

- fixes function types, thereby passing mypy CI
parent 9cd13dbb
No related branches found
No related tags found
No related merge requests found
......@@ -255,7 +255,7 @@ def keyed_map_array_container(
def _keyed_map_array_container_impl(
f: Callable[[Any], Any],
f: Callable[[Tuple[Union[str, int], ...], Any], Any],
ary: ArrayContainerT, *,
leaf_cls: Optional[type] = None,
recursive: bool = False) -> ArrayContainerT:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment