From 904ae3fa9a9b62da00abb1e180c590602190525d Mon Sep 17 00:00:00 2001 From: Finn Roblin Date: Thu, 27 Jun 2024 16:21:58 -0700 Subject: [PATCH] Revert autoformatter changes to comment at top of runner.py Signed-off-by: Finn Roblin --- osbenchmark/worker_coordinator/runner.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osbenchmark/worker_coordinator/runner.py b/osbenchmark/worker_coordinator/runner.py index 697bf17fc..3a2d463e4 100644 --- a/osbenchmark/worker_coordinator/runner.py +++ b/osbenchmark/worker_coordinator/runner.py @@ -13,7 +13,7 @@ # not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an @@ -672,7 +672,7 @@ async def __call__(self, opensearch, params): request_context_holder.on_client_request_start() - # 404 indicates the model has not been created. The runner's response depends on ignore_if_model_does_not_exist. + # 404 indicates the model has not been created. In that case, the runner's response depends on ignore_if_model_does_not_exist. response = await opensearch.transport.perform_request( method, model_uri,