Skip to content

Commit

Permalink
spotless apply
Browse files Browse the repository at this point in the history
Signed-off-by: yuye-aws <[email protected]>
  • Loading branch information
yuye-aws committed Jul 31, 2024
1 parent d5b449c commit b2c8be9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

package org.opensearch.ml.engine.algorithms.remote;

import static org.opensearch.ml.engine.algorithms.remote.ConnectorUtils.SKIP_VALIDATE_MISSING_PARAMETERS;
import static org.opensearch.ml.engine.algorithms.remote.ConnectorUtils.escapeRemoteInferenceInputData;
import static org.opensearch.ml.engine.algorithms.remote.ConnectorUtils.processInput;
import static org.opensearch.ml.engine.algorithms.remote.ConnectorUtils.SKIP_VALIDATE_MISSING_PARAMETERS;

import java.util.Arrays;
import java.util.Collection;
Expand Down Expand Up @@ -49,7 +49,6 @@
import org.opensearch.ml.common.transport.MLTaskResponse;
import org.opensearch.script.ScriptService;


public interface RemoteConnectorExecutor {
public String RETRY_EXECUTOR = "opensearch_ml_predict_remote";

Expand Down

0 comments on commit b2c8be9

Please sign in to comment.