mirror of
https://github.com/python/cpython.git
synced 2025-08-31 22:18:28 +00:00
Remove unnecessary pass statements (GH-27103)
This commit is contained in:
parent
9c3eaf88dc
commit
62d55a4d11
3 changed files with 0 additions and 3 deletions
|
@ -489,7 +489,6 @@ class Telnet:
|
|||
except EOFError: # raised by self.rawq_getchar()
|
||||
self.iacseq = b'' # Reset on EOF
|
||||
self.sb = 0
|
||||
pass
|
||||
self.cookedq = self.cookedq + buf[0]
|
||||
self.sbdataq = self.sbdataq + buf[1]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue