-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enforce strict typing #461
Conversation
pytradfri/pytradfri/api/aiocoap_api.py Line 56 in 3f8573f
What should be the type hint here? In a previous PR, you wrote |
When this PR is merged, I believe we only have the libcoap-file to go before it's fully typed? |
Should we also add type hints to |
Yes, we should. |
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Great, I’ll look into that. |
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
The api task returns a |
I made a change (added |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!
No description provided.