From 223c2faa782793ac39e939aab7a1af42f7e9e390 Mon Sep 17 00:00:00 2001 From: Forest Date: Mon, 23 Sep 2024 22:27:42 +0000 Subject: [PATCH] imaplib: remove unnecessary blank line Co-authored-by: Peter Bierma --- Lib/imaplib.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/imaplib.py b/Lib/imaplib.py index 1ae2dee224c8..3f5f3afdda8f 100644 --- a/Lib/imaplib.py +++ b/Lib/imaplib.py @@ -1627,7 +1627,6 @@ class Idler: status, [msg] = imap._command_complete('IDLE', self._tag) if __debug__ and imap.debug >= 4: imap._mesg(f'idle status: {status} {msg!r}') - except OSError: if not exc_type: raise -- 2.47.3