mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
removed unused return (#15402)
This commit is contained in:
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:
|
if result is not True:
|
||||||
_LOGGER.warning(result)
|
_LOGGER.warning(result)
|
||||||
return True
|
|
||||||
|
Reference in New Issue
Block a user