[lint] Remove unused variables

Left over from various refactoring and rewrites.
This commit is contained in:
Hornwitser
2018-08-22 21:43:51 -04:00
committed by Rapptz
parent d58fc0ccee
commit 119c5a0618
7 changed files with 9 additions and 10 deletions
+1 -1
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