Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
vulder authored Oct 8, 2023
1 parent 1ad3aab commit 765cea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchbuild/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ def __call__(self, *args: tp.Any, **kwargs: tp.Any) -> tp.Any:
return watch(cmd_w_output)(*args)

def rendered_args(self, **kwargs: tp.Any) -> tp.Tuple[str, ...]:
args = []
args: tp.List[str] = []

for arg in self._args:
if isinstance(arg, ArgsToken):
Expand Down

0 comments on commit 765cea2

Please sign in to comment.