mirror of
https://github.com/XiaoMi/ha_xiaomi_home.git
synced 2025-06-21 10:40:31 +08:00
style: ignore pylint wanring ('inconsistent-quotes')
This commit is contained in:
@ -62,6 +62,7 @@ class MIoTClient:
|
||||
"""MIoT client instance."""
|
||||
# pylint: disable=unused-argument
|
||||
# pylint: disable=broad-exception-caught
|
||||
# pylint: disable=inconsistent-quotes
|
||||
_main_loop: asyncio.AbstractEventLoop
|
||||
|
||||
_uid: str
|
||||
|
Reference in New Issue
Block a user