fixed type hint

pull/205/head
Chris Veilleux 2020-02-18 15:16:20 -06:00
parent 819b966f13
commit 4030c76a2d
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class DeviceSkillRepository(RepositoryBase):
self,
device_ids: List[str],
settings_display: SettingsDisplay,
settings_values: str,
settings_values: dict,
):
for device_id in device_ids:
if settings_values is None: