mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 21:55:10 +02:00
remove unused return value
This commit is contained in:
@@ -88,5 +88,3 @@ class TotalConnectDataUpdateCoordinator(DataUpdateCoordinator):
|
||||
raise UpdateFailed(exception) from exception
|
||||
except ValueError as exception:
|
||||
raise UpdateFailed("Unknown state from TotalConnect") from exception
|
||||
|
||||
return True
|
||||
|
Reference in New Issue
Block a user