mollie / mollie-api-python

Mollie API client for Python
http://www.mollie.com
BSD 2-Clause "Simplified" License
113 stars 55 forks source link

More type annotations #284

Closed whyscream closed 1 year ago

whyscream commented 1 year ago

Completed type annotations for all resources code, an added annotations to the main Client as well. We can opt to squash all annotations in resources into one big commit.

Some subtle changes were made to the Client, which were uncovered by the use of type annotations.