From 316ce5c7e72f90b479ac16082107d485398ef330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mose=20M=C3=BCller?= Date: Thu, 21 Dec 2023 11:33:00 +0100 Subject: [PATCH] updates type hints --- src/pydase/utils/serializer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pydase/utils/serializer.py b/src/pydase/utils/serializer.py index 07b2edf..8233ff3 100644 --- a/src/pydase/utils/serializer.py +++ b/src/pydase/utils/serializer.py @@ -341,7 +341,7 @@ def get_next_level_dict_by_key( def generate_serialized_data_paths( - data: dict[str, Any], parent_path: str = "" + data: dict[str, dict[str, Any]], parent_path: str = "" ) -> list[str]: """ Generate a list of access paths for all attributes in a dictionary representing