mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Replace pylint protected-access with Ruff SLF001 (#115735)
This commit is contained in:
@ -32,7 +32,7 @@ class UndefinedType(Enum):
|
||||
_singleton = 0
|
||||
|
||||
|
||||
UNDEFINED = UndefinedType._singleton # pylint: disable=protected-access
|
||||
UNDEFINED = UndefinedType._singleton # noqa: SLF001
|
||||
|
||||
|
||||
# The following types should not used and
|
||||
|
Reference in New Issue
Block a user