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

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