fireblocks / fireblocks-sdk-py

Official Python SDK for Fireblocks API
http://docs.fireblocks.com/api/swagger-ui/
MIT License
51 stars 40 forks source link

Remove legacy "object" clutter in class definitions #137

Closed knaperek closed 8 months ago

knaperek commented 10 months ago

All classes in Python3 automatically inherit from object. There's no need to do it explicitly like in Python2.

knaperek commented 9 months ago

rebased, awaiting approval.

knaperek commented 9 months ago

Hi guys, are accepting PRs from the community? I have more stuff to contribute, just testing the waters first with basics to see if it's worth the effort. Let me know what steps are necessary to propose a patch please. Cheers!

YoavBZ commented 8 months ago

Thanks @knaperek for contributing, sorry for the delay 😄