updates type hints

This commit is contained in:
Mose Müller 2023-12-21 11:33:00 +01:00
parent 43c3f746fa
commit 316ce5c7e7

View File

@ -341,7 +341,7 @@ def get_next_level_dict_by_key(
def generate_serialized_data_paths( def generate_serialized_data_paths(
data: dict[str, Any], parent_path: str = "" data: dict[str, dict[str, Any]], parent_path: str = ""
) -> list[str]: ) -> list[str]:
""" """
Generate a list of access paths for all attributes in a dictionary representing Generate a list of access paths for all attributes in a dictionary representing