Skip to content

Commit

Permalink
Remove unused 'option = None' initialization
Browse files Browse the repository at this point in the history
Signed-off-by: mikigo <[email protected]>
  • Loading branch information
mikigo committed Nov 1, 2024
1 parent d87e9bc commit 46d0b63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion avocado/core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,6 @@ def add_argparser_to_option(
"argument or be a positional argument"
)

option = None
try:
option = self._namespaces[namespace]
except KeyError:
Expand Down

0 comments on commit 46d0b63

Please sign in to comment.