Skip to content

Commit

Permalink
minor in progress updates to pass code ql
Browse files Browse the repository at this point in the history
  • Loading branch information
nnshah1 committed May 15, 2024
1 parent 3e002f6 commit 8b77e71
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions qa/L0_logging/log_injection_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

import sys
import pytest
import tritonclient
import tritonclient.http as httpclient
import numpy

Expand All @@ -54,4 +52,4 @@ def test_injection(self):
input_tensor = httpclient.InferInput(input_name, input_data.shape, "FP32")
input_tensor.set_data_from_numpy(input_data)

result = triton_client.infer(model_name="simple", inputs=[input_tensor])
triton_client.infer(model_name="simple", inputs=[input_tensor])

0 comments on commit 8b77e71

Please sign in to comment.