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