Skip to content

Commit

Permalink
refactor: drop unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
neithere committed Oct 14, 2023
1 parent 6749056 commit 6baa0e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/argh/assembling.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ def set_default_command(parser, function: Callable) -> None:
inferred_args=inferred_args,
declared_args=declared_args,
has_varkw=has_varkw,
parser=parser,
)
except AssemblingError as exc:
print(exc)
Expand Down Expand Up @@ -269,7 +268,6 @@ def _prepare_parser_add_argument_spec(
def _merge_inferred_and_declared_args(
inferred_args: List[ParserAddArgumentSpec],
declared_args: List[ParserAddArgumentSpec],
parser: ArgumentParser,
has_varkw: bool,
) -> List[ParserAddArgumentSpec]:
# a mapping of "dest" strings to argument declarations.
Expand Down

0 comments on commit 6baa0e4

Please sign in to comment.