]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
imaplib: remove unnecessary blank line
authorForest <foresto@users.noreply.github.com>
Mon, 23 Sep 2024 22:27:42 +0000 (22:27 +0000)
committerGitHub <noreply@github.com>
Mon, 23 Sep 2024 22:27:42 +0000 (22:27 +0000)
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Lib/imaplib.py

index 1ae2dee224c833642d1948ad4574802232586e8e..3f5f3afdda8f5e6985608fc0d45c9a341ff6c861 100644 (file)
@@ -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