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

@ -452,6 +452,7 @@ class SpecStdLib:
class MIoTSpecParser:
"""MIoT SPEC parser."""
# pylint: disable=inconsistent-quotes
VERSION: int = 1
DOMAIN: str = 'miot_specs'
_lang: str