Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Oct 20, 2023
1 parent c1b6d2b commit 7bf77fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ciscoconfparse/ccp_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -4136,7 +4136,7 @@ def remove(self, arg, debug=False):
else:
try:
new_list = [ii for ii in list_before if result_type(ii) != arg]
except TypeError as eee:
except TypeError:
if debug is True:
error = "Found type mismatch: {arg}, {ii}"
logger.debug(error)
Expand Down

0 comments on commit 7bf77fb

Please sign in to comment.