Upgrade linter (#4461)
This commit is contained in:
parent
37e28428c1
commit
d2bbc6ef70
21 changed files with 28 additions and 7 deletions
|
@ -305,6 +305,7 @@ def time_zone(value):
|
|||
'Invalid time zone passed in. Valid options can be found here: '
|
||||
'http://en.wikipedia.org/wiki/List_of_tz_database_time_zones')
|
||||
|
||||
|
||||
weekdays = vol.All(ensure_list, [vol.In(WEEKDAYS)])
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue