style: pylint check add ignore item

This commit is contained in:
topsworld
2024-12-10 19:11:25 +08:00
parent 838fff399b
commit 99e89d78e0
13 changed files with 14 additions and 3 deletions

View File

@ -66,6 +66,7 @@ from paho.mqtt.client import (
Client,
MQTTv5)
# pylint: disable=relative-beyond-top-level
from .common import MIoTMatcher
from .const import MIHOME_MQTT_KEEPALIVE
from .miot_error import MIoTErrorCode, MIoTMipsError