mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Remove vizio from mypy ignore list (#73585)
* Remove vizio config_flow from mypy ignore list * Fix mypy errors * Adjust media_player * Add space
This commit is contained in:
@@ -758,7 +758,7 @@ def ensure_list_csv(value: Any) -> list:
|
||||
class multi_select:
|
||||
"""Multi select validator returning list of selected values."""
|
||||
|
||||
def __init__(self, options: dict) -> None:
|
||||
def __init__(self, options: dict | list) -> None:
|
||||
"""Initialize multi select."""
|
||||
self.options = options
|
||||
|
||||
|
||||
Reference in New Issue
Block a user