From: Forest Date: Mon, 23 Sep 2024 22:27:42 +0000 (+0000) Subject: imaplib: remove unnecessary blank line X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=223c2faa782793ac39e939aab7a1af42f7e9e390;p=thirdparty%2FPython%2Fcpython.git imaplib: remove unnecessary blank line Co-authored-by: Peter Bierma --- 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