Skip to content

Commit

Permalink
remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
horheynm authored Jan 29, 2025
1 parent 0adb755 commit 12a2167
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/llmcompressor/transformers/oneshot/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ def test_one_shot_cli(self):

if len(self.additional_args) > 0:
cmd.extend(self.additional_args)

print(" ".join(cmd))

res = run_cli_command(cmd)
self.assertEqual(res.returncode, 0)
print(res.stdout)
Expand Down

0 comments on commit 12a2167

Please sign in to comment.