mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Update pylint (#47205)
This commit is contained in:
@ -20,6 +20,7 @@ QueryType = Any
|
||||
|
||||
|
||||
class UndefinedType(Enum):
|
||||
# pylint: disable=invalid-name
|
||||
"""Singleton type for use with not set sentinel values."""
|
||||
|
||||
_singleton = 0
|
||||
|
Reference in New Issue
Block a user