Closed mvantellingen closed 3 years ago
Very nice :^), looked through various file and don't see a lot of issues.
response_class
? Looks that way on both python 3.7 and 3.9
Very nice :^), looked through various file and don't see a lot of issues.
We can remove the 'from commercetools.helpers import RemoveEmptyValuesMixin' import? Oops :-)
Is there a way we can fix the typing for the
response_class
?
So i initially created it using the typing.Protocol() since we just require a deserialize
classmethod and a serialize
method, but that is only working with 3.8. Will test typing.Type[Model]
Looks that way on both python 3.7 and 3.9
New codebase generated on https://github.com/labd/rmf-codegen/tree/feature/python
Todo:
To be done later: