Remove unused variable (PyChecker)

This commit is contained in:
Andrew M. Kuchling 2001-08-13 14:52:37 +00:00
parent 1f877ef199
commit 77f9caf633
3 changed files with 0 additions and 3 deletions

View file

@ -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:]