mirror of
https://github.com/home-assistant/core.git
synced 2025-06-28 17:07:08 +00:00
removed unused return (#15402)
This commit is contained in:
parent
9ea0c409e6
commit
b65d7daed8
@ -75,4 +75,3 @@ def _update_cloudflare(cfupdate, email, key, zone, records):
|
|||||||
|
|
||||||
if result is not True:
|
if result is not True:
|
||||||
_LOGGER.warning(result)
|
_LOGGER.warning(result)
|
||||||
return True
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user