Update pylint to 2.15.7 (#82977)

This commit is contained in:
Marc Mueller
2022-11-30 12:20:18 +01:00
committed by GitHub
parent 0316800347
commit 490aec0b11
4 changed files with 3 additions and 4 deletions

View File

@@ -2101,7 +2101,6 @@ class Config:
and "language" in owner_data["language"]
):
with suppress(vol.InInvalid):
# pylint: disable-next=protected-access
data["language"] = cv.language(
owner_data["language"]["language"]
)