Replace pylint protected-access with Ruff SLF001 (#115735)

This commit is contained in:
Sid
2024-05-06 20:33:26 +02:00
committed by GitHub
parent 460c05dc43
commit b456d97e65
90 changed files with 168 additions and 223 deletions

View File

@ -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