mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-20 00:10:03 +02:00
updates serializer type (dictionary object)
This commit is contained in:
parent
33aa8708fd
commit
b2f59dd447
@ -164,7 +164,9 @@ class Serializer:
|
||||
}
|
||||
|
||||
@staticmethod
|
||||
def _serialize_dict(obj: dict[str, Any], access_path: str = "") -> SerializedDict:
|
||||
def _serialize_dict(
|
||||
obj: dict[str | float, Any], access_path: str = ""
|
||||
) -> SerializedDict:
|
||||
readonly = False
|
||||
doc = get_attribute_doc(obj)
|
||||
value = {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user