Skip to content

Commit 223c2fa

Browse files
imaplib: remove unnecessary blank line
Co-authored-by: Peter Bierma <[email protected]>
1 parent 0c6c9a4 commit 223c2fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/imaplib.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1627,7 +1627,6 @@ def __exit__(self, exc_type, exc_val, exc_tb):
16271627
status, [msg] = imap._command_complete('IDLE', self._tag)
16281628
if __debug__ and imap.debug >= 4:
16291629
imap._mesg(f'idle status: {status} {msg!r}')
1630-
16311630
except OSError:
16321631
if not exc_type:
16331632
raise

0 commit comments

Comments
 (0)