Skip to content

Commit

Permalink
Address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
krishung5 committed May 23, 2024
1 parent cf4d1d2 commit 3a38668
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions qa/python_models/repeat_thread/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ def execute(self, requests):
wait_input = pb_utils.get_input_tensor_by_name(requests[0], "WAIT").as_numpy()
time.sleep(wait_input[0] / 1000)

return None

def finalize(self):
pb_utils.log(pb_utils.LogLevel.INFO, "Finalizing model...")

Expand Down

0 comments on commit 3a38668

Please sign in to comment.