apple / app-store-server-library-python

MIT License
147 stars 31 forks source link

Mark optional params as Optional #72

Closed CallumWatkins closed 4 months ago

CallumWatkins commented 4 months ago

There were some function signatures with optional parameters not marked as such, causing type checking issues.

Fixes #71