Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
Signed-off-by: kalyanr <[email protected]>
  • Loading branch information
rawwar committed Nov 29, 2023
1 parent 552435e commit 1e3ea65
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion opensearch_py_ml/ml_commons/ml_commons_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from deprecated.sphinx import deprecated
from opensearchpy import OpenSearch

from opensearch_py_ml.ml_commons.connector import Connector
from opensearch_py_ml.ml_commons.model_connector import Connector
from opensearch_py_ml.ml_commons.ml_common_utils import (
ML_BASE_URI,
MODEL_FORMAT_FIELD,
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/ml_commons/test_connectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from opensearchpy.exceptions import NotFoundError, RequestError
from packaging.version import parse as parse_version

from opensearch_py_ml.ml_commons.connector import Connector
from opensearch_py_ml.ml_commons.model_connector import Connector
from tests import OPENSEARCH_TEST_CLIENT

OPENSEARCH_VERSION = parse_version(os.environ.get("OPENSEARCH_VERSION", "2.11.0"))
Expand Down

0 comments on commit 1e3ea65

Please sign in to comment.