[lint] Remove unused variables

Left over from various refactoring and rewrites.
This commit is contained in:
Hornwitser
2018-06-22 14:47:56 +02:00
committed by Rapptz
parent d58fc0ccee
commit 119c5a0618
7 changed files with 9 additions and 10 deletions

View File

@ -321,7 +321,7 @@ class Command:
try:
# first/second parameter is context
result.popitem(last=False)
except Exception as e:
except Exception:
raise ValueError('Missing context parameter') from None
return result