mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Update pylint to 2.15.7 (#82977)
This commit is contained in:
@@ -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"]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user