1
0
mirror of https://github.com/home-assistant/core.git synced 2025-07-27 15:17:35 +00:00

removed unused return ()

This commit is contained in:
Joakim Sørensen 2018-07-10 13:19:32 +02:00 committed by Fabian Affolter
parent 9ea0c409e6
commit b65d7daed8

@ -75,4 +75,3 @@ def _update_cloudflare(cfupdate, email, key, zone, records):
if result is not True:
_LOGGER.warning(result)
return True