remove unused imports
This commit is contained in:
parent
f42c190769
commit
b244b5c3f9
4 changed files with 1 additions and 5 deletions
|
@ -306,7 +306,7 @@ def workaround_optparse_bug9161():
|
|||
og = optparse.OptionGroup(op, 'foo')
|
||||
try:
|
||||
og.add_option('-t')
|
||||
except TypeError as te:
|
||||
except TypeError:
|
||||
real_add_option = optparse.OptionGroup.add_option
|
||||
|
||||
def _compat_add_option(self, *args, **kwargs):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue