squaredev-io / whitebox

[Not Actively Maintained] Whitebox is an open source E2E ML monitoring platform with edge capabilities that plays nicely with kubernetes
https://squaredev.io/whitebox/
MIT License
183 stars 5 forks source link

Fix typing in SDK functions #144

Open stavrostheocharis opened 1 year ago

stavrostheocharis commented 1 year ago

Description There is a need to change the typing in some functions

Solution

momegas commented 1 year ago

Related to #139

sinnec commented 1 year ago

I think some further reading should be done about the return dict types: https://stackoverflow.com/questions/51291722/define-a-jsonable-type-using-mypy-pep-526