cyr-ius / aiosysbus

Manage your Livebox in Python
GNU General Public License v3.0
3 stars 7 forks source link

Add API type hints #9

Closed epenet closed 1 year ago

cyr-ius commented 1 year ago

I think we can merge your proposal and see in a second step to fix the two buggy functions and handle the exception thrown if the token is missing.

epenet commented 1 year ago

I think we can merge your proposal and see in a second step to fix the two buggy functions and handle the exception thrown if the token is missing.

I prefer to merge first the pylint PR #10

epenet commented 1 year ago

I created PR #11 for basic type hints (excluding api folder)

epenet commented 1 year ago

I think this should be OK now