mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Remove unused variable (PyChecker)
This commit is contained in:
parent
1f877ef199
commit
77f9caf633
3 changed files with 0 additions and 3 deletions
|
@ -169,7 +169,6 @@ def test():
|
|||
selector = DEF_SELECTOR
|
||||
type = selector[0]
|
||||
host = DEF_HOST
|
||||
port = DEF_PORT
|
||||
if args:
|
||||
host = args[0]
|
||||
args = args[1:]
|
||||
|
|
|
@ -185,7 +185,6 @@ class Stats:
|
|||
"""Expand all abbreviations that are unique."""
|
||||
if not self.sort_arg_dict:
|
||||
self.sort_arg_dict = dict = {}
|
||||
std_list = dict.keys()
|
||||
bad_list = {}
|
||||
for word in self.sort_arg_dict_default.keys():
|
||||
fragment = word
|
||||
|
|
|
@ -633,7 +633,6 @@ class AddrlistClass:
|
|||
expectroute = 1
|
||||
elif self.field[self.pos] == ':':
|
||||
self.pos = self.pos + 1
|
||||
expectaddrspec = 1
|
||||
else:
|
||||
adlist = self.getaddrspec()
|
||||
self.pos = self.pos + 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue