We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd58673 commit e9ed244Copy full SHA for e9ed244
src/labthings/utilities.py
@@ -245,7 +245,7 @@ def rapply(
245
return func(data, *args, **kwargs)
246
247
248
-def get_by_path(root: Dict[Any, Any], items: List[Any]) -> dict:
+def get_by_path(root: Dict[Any, Any], items: List[Any]) -> Any:
249
"""Access a nested object in root by item sequence.
250
251
:param root:
0 commit comments