Closed tbenhamou closed 1 year ago
@tbenhamou Thank you for opening this pull request. Could you please confirm this PR follows our licensing guidelines as in https://github.com/apple/app-store-server-library-python/blob/main/CONTRIBUTING.md#project-licensing
@tbenhamou Thank you for opening this pull request. Could you please confirm this PR follows our licensing guidelines as in
main
/CONTRIBUTING.md#project-licensing
It does :)
In case an attribute has a default value of None, the typing hint should specify it's optional.
BTW, why to use
attrs
and not the nativedataclasses
module of Python? It's a way more simple...