Open-EO / openeo-python-client

Python client API for OpenEO
https://open-eo.github.io/openeo-python-client/
Apache License 2.0
151 stars 40 forks source link

Use generic type definition in the openeo_process decorator #543

Closed hoetmaaiers closed 7 months ago

hoetmaaiers commented 7 months ago

This improves static type checkers ability to infer typing.

Related to: #542