Remove unreachable continue statement in imap push coordinator (#90361)
parent
2ce3c014ff
commit
fd3280260d
|
@ -199,7 +199,6 @@ class ImapPushDataUpdateCoordinator(ImapDataUpdateCoordinator):
|
|||
self.async_set_update_error(UpdateFailed("Lost connection"))
|
||||
await self._cleanup()
|
||||
await asyncio.sleep(BACKOFF_TIME)
|
||||
continue
|
||||
|
||||
async def shutdown(self, *_) -> None:
|
||||
"""Close resources."""
|
||||
|
|
Loading…
Reference in New Issue