Remove unreachable continue statement in imap push coordinator (#90361)

pull/90369/head
Jan Bouwhuis 2023-03-27 16:39:51 +02:00 committed by GitHub
parent 2ce3c014ff
commit fd3280260d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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."""