mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-21 00:40:01 +02:00
removes print statement
This commit is contained in:
parent
e551af68f9
commit
5c11202e08
@ -152,7 +152,6 @@ class Serializer:
|
|||||||
"annotation": str(v.annotation),
|
"annotation": str(v.annotation),
|
||||||
"default": dump(v.default) if v.default != inspect._empty else {},
|
"default": dump(v.default) if v.default != inspect._empty else {},
|
||||||
}
|
}
|
||||||
print(signature["parameters"][k])
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
"type": obj_type,
|
"type": obj_type,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user