removes print statement

This commit is contained in:
Mose Müller 2024-02-27 17:55:14 +01:00
parent e551af68f9
commit 5c11202e08

View File

@ -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,