apple / app-store-server-library-python

MIT License
167 stars 31 forks source link

Mark optional params as Optional #72

Closed CallumWatkins closed 7 months ago

CallumWatkins commented 7 months ago

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

Fixes #71