Skip to content

Commit

Permalink
Adding static decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishnanPrash committed Aug 28, 2024
1 parent 0cedd48 commit c904300
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qa/L0_python_api/testing_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def teardown_client(client) -> None:
client.close()

# Sends an inference to an identity model and verifies input == output.
@staticmethod
def send_and_test_inference_identity(frontend_client, url: str) -> bool:
model_name = "identity"
client = TestingUtils.setup_client(frontend_client, url)
Expand Down

0 comments on commit c904300

Please sign in to comment.