encode / typesystem

Data validation, serialization, deserialization & form rendering. 🔢
https://www.encode.io/typesystem/
BSD 3-Clause "New" or "Revised" License
541 stars 44 forks source link

fix wrong type annotation for properties parameter in Object type #129

Open mahdihaghverdi opened 2 years ago

mahdihaghverdi commented 2 years ago

Hi. I found a subtle bug in the __init__ parameters of Object type. Then i shared the bug at the community discussions Screenshot_20220707_064932 and i got the answer to make a pr. After fixing the bug, I ran pytest through all the tests and they all passed. Thanks