mirror of
https://github.com/XiaoMi/ha_xiaomi_home.git
synced 2025-08-05 14:58:52 +08:00
style: ignore pylint wanring ('inconsistent-quotes')
This commit is contained in:
@ -452,6 +452,7 @@ class SpecStdLib:
|
||||
|
||||
class MIoTSpecParser:
|
||||
"""MIoT SPEC parser."""
|
||||
# pylint: disable=inconsistent-quotes
|
||||
VERSION: int = 1
|
||||
DOMAIN: str = 'miot_specs'
|
||||
_lang: str
|
||||
|
Reference in New Issue
Block a user