mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Remove unreachable continue statement in imap push coordinator (#90361)
This commit is contained in:
parent
2ce3c014ff
commit
fd3280260d
@ -199,7 +199,6 @@ class ImapPushDataUpdateCoordinator(ImapDataUpdateCoordinator):
|
|||||||
self.async_set_update_error(UpdateFailed("Lost connection"))
|
self.async_set_update_error(UpdateFailed("Lost connection"))
|
||||||
await self._cleanup()
|
await self._cleanup()
|
||||||
await asyncio.sleep(BACKOFF_TIME)
|
await asyncio.sleep(BACKOFF_TIME)
|
||||||
continue
|
|
||||||
|
|
||||||
async def shutdown(self, *_) -> None:
|
async def shutdown(self, *_) -> None:
|
||||||
"""Close resources."""
|
"""Close resources."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user