Upgrade linter (#4461)

This commit is contained in:
Paulus Schoutsen 2016-11-18 21:47:59 -08:00 committed by GitHub
parent 37e28428c1
commit d2bbc6ef70
21 changed files with 28 additions and 7 deletions

View file

@ -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)])