mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Update pylint to 2.7.3 (#48488)
* Update pylint to 2.7.3 * Add class-const-naming-style * Remove unused-import message * Additional cleanup
This commit is contained in:
@ -20,7 +20,6 @@ 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