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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user