issues
search
mjg59
/
python-broadlink
Python module for controlling Broadlink RM2/3 (Pro) remote controls, A1 sensor platforms and SP2/3 smartplugs
MIT License
1.4k
stars
480
forks
source link
Make type hints compatible with Python 3.6
#797
Closed
felipediel
closed
7 months ago
felipediel
commented
7 months ago
Proposed change
Make type hints compatible with Python 3.6.
Type of change
[ ] Dependency upgrade
[x] Bugfix (non-breaking change which fixes an issue)
[ ] New device
[ ] New product id (the device is already supported with a different id)
[ ] New feature (which adds functionality to an existing device)
[ ] Breaking change (fix/feature causing existing functionality to break)
[ ] Code quality improvements to existing code or addition of tests
[ ] Documentation
Additional information
This PR fixes issue: fixes #
This PR is related to:
Link to documentation pull request:
Checklist
[ ] The code change is tested and works locally.
[x] The code has been formatted using Black.
[x] The code follows the
Zen of Python
.
[x] I am creating the Pull Request against the correct branch.
[ ] Documentation added/updated.
Proposed change
Make type hints compatible with Python 3.6.
Type of change
Additional information
Checklist