mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +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:]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue