mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 18:39:30 +00: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