style: ignore pylint wanring ('inconsistent-quotes')

This commit is contained in:
topsworld
2024-12-16 10:41:30 +08:00
parent 06df255cf2
commit 7a336c31fe
7 changed files with 12 additions and 1 deletions

View File

@ -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