Skip to content

Commit

Permalink
Remove unnecessary return value
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan McCormick <[email protected]>
  • Loading branch information
dyastremsky and rmccorm4 authored Mar 1, 2024
1 parent d51e1b8 commit 33cc984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/c++/perf_analyzer/genai-pa/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ def test_arguments_model_not_provided(self):

def test_exception_on_nonzero_exit(self):
with pytest.raises(GenAiPAException) as e:
_ = run(["-m", "nonexistent_model"])
run(["-m", "nonexistent_model"])

0 comments on commit 33cc984

Please sign in to comment.