sbidy / pywizlight

A python connector for WiZ devices
MIT License
463 stars 79 forks source link

Make BroadcastProtocol's type assert typecheck time only #95

Closed akx closed 2 years ago

akx commented 2 years ago

TYPE_CHECKING is never true at runtime, so the assertion won't be triggered, but Mypy will be happy nevertheless.

Should fix #94

akx commented 2 years ago

Still some issues with the lints, it seems... 🙄 Maybe ${{ secrets.github_token }} needs to be ${{ secrets.GITHUB_TOKEN }}?