]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Pylint: remove unused variables 197/head
authorMartin <martin.basti@gmail.com>
Tue, 2 Aug 2016 21:26:49 +0000 (23:26 +0200)
committerMartin <martin.basti@gmail.com>
Wed, 31 Aug 2016 19:50:37 +0000 (21:50 +0200)
commitab91796060192ef4694b09cca2f10108bd6ba949
tree003abfe61461d97abf0fa58b9a92fc58e5ffd63b
parent42c6844e06be5abfe3e07e5e47be0ad68cac9fe0
Pylint: remove unused variables

This commit removes some unused variables (except those in iterations, list comprehensions and used for unpacking)
dns/rdtypes/ANY/LOC.py
tests/test_bugs.py
tests/test_generate.py
tests/test_message.py
tests/test_name.py
tests/test_namedict.py
tests/test_ntoaaton.py
tests/test_rdtypeandclass.py
tests/test_resolver.py
tests/test_tokenizer.py
tests/test_zone.py