mirumee / saleor-app-framework-python

Python Saleor App/Extension boilerplate. Batteries included.
https://mirumee.github.io/saleor-app-framework-python/
BSD 3-Clause "New" or "Revised" License
50 stars 23 forks source link

Fix type hint for save_app_data #28

Closed artursmet closed 2 years ago

artursmet commented 2 years ago

The type hint currently is misleading, the save_app_data function should take three arguments, instead of two.

https://github.com/saleor/saleor-app-framework-python/blob/main/src/saleor_app/endpoints.py#L61-L65

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.