1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Update pylint to 2.8.0 (#49637)

This commit is contained in:
Marc Mueller
2021-04-25 02:39:24 +02:00
committed by GitHub
parent 28eaa67986
commit f1d48ddfe3
32 changed files with 114 additions and 114 deletions

View File

@@ -483,7 +483,7 @@ def schema_with_slug_keys(
for key in value.keys():
slug_validator(key)
return cast(Dict, schema(value))
return cast(dict, schema(value))
return verify