Skip to content

Commit

Permalink
Update Lib/imaplib.py
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiy-storchaka authored May 30, 2024
1 parent 6322049 commit 284a553
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/imaplib.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ def read(self, size):
data += self.file.read(delta)
cursize += delta
return data
return self.file.read(size)


def readline(self):
Expand Down

0 comments on commit 284a553

Please sign in to comment.