mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-26 11:00:02 +02:00
updates type hints
This commit is contained in:
parent
43c3f746fa
commit
316ce5c7e7
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user