mirror of
https://github.com/XiaoMi/ha_xiaomi_home.git
synced 2025-06-21 15:20:00 +08:00
style: ignore pylint wanring ('inconsistent-quotes')
This commit is contained in:
@ -462,6 +462,7 @@ class MIoTLanDevice:
|
||||
class MIoTLan:
|
||||
"""MIoT lan device control."""
|
||||
# pylint: disable=unused-argument
|
||||
# pylint: disable=inconsistent-quotes
|
||||
OT_HEADER: bytes = b'\x21\x31'
|
||||
OT_PORT: int = 54321
|
||||
OT_PROBE_LEN: int = 32
|
||||
|
Reference in New Issue
Block a user