Skip to content

Commit

Permalink
Revert autoformatter changes to comment at top of runner.py
Browse files Browse the repository at this point in the history
Signed-off-by: Finn Roblin <[email protected]>
  • Loading branch information
finnroblin committed Jun 27, 2024
1 parent 95d445e commit 904ae3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osbenchmark/worker_coordinator/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 904ae3f

Please sign in to comment.