diff options
-rw-r--r-- | Lib/lib2to3/btm_utils.py | 1 | ||||
-rw-r--r-- | Lib/multiprocessing/managers.py | 1 | ||||
-rw-r--r-- | Lib/telnetlib.py | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/Lib/lib2to3/btm_utils.py b/Lib/lib2to3/btm_utils.py index ff76ba3404..b61afdba69 100644 --- a/Lib/lib2to3/btm_utils.py +++ b/Lib/lib2to3/btm_utils.py @@ -220,7 +220,6 @@ def reduce_tree(node, parent=None): else: #TODO: handle {min, max} repeaters raise NotImplementedError - pass #add children if details_node and new_node is not None: diff --git a/Lib/multiprocessing/managers.py b/Lib/multiprocessing/managers.py index b981b0e1cb..9c7e92faec 100644 --- a/Lib/multiprocessing/managers.py +++ b/Lib/multiprocessing/managers.py @@ -1337,7 +1337,6 @@ if HAS_SHMEM: def __del__(self): util.debug(f"{self.__class__.__name__}.__del__ by pid {getpid()}") - pass def get_server(self): 'Better than monkeypatching for now; merge into Server ultimately' diff --git a/Lib/telnetlib.py b/Lib/telnetlib.py index 8ce053e881..ae88ea5947 100644 --- a/Lib/telnetlib.py +++ b/Lib/telnetlib.py @@ -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] |