diff --git a/test_opensearch/test_types/aliased_types.py b/test_opensearch/test_types/aliased_types.py index 252962c1..c903aa0d 100644 --- a/test_opensearch/test_types/aliased_types.py +++ b/test_opensearch/test_types/aliased_types.py @@ -26,7 +26,7 @@ from typing import Any, AsyncGenerator, Dict, Generator -from opensearch7 import ( +from opensearch1 import ( AIOHttpConnection, AsyncOpenSearch, AsyncTransport, @@ -35,7 +35,7 @@ from opensearch7 import ( RequestsHttpConnection, Transport, ) -from opensearch7.helpers import ( +from opensearch1.helpers import ( async_bulk, async_reindex, async_scan, diff --git a/utils/build-dists.py b/utils/build-dists.py index 8b4a2dfa..d541c6a3 100644 --- a/utils/build-dists.py +++ b/utils/build-dists.py @@ -25,7 +25,7 @@ # under the License. """A command line tool for building and verifying releases -Can be used for building both 'opensearch' and 'elasticsearchX' dists. +Can be used for building both 'opensearch' and 'opensearchX' dists. Only requires 'name' in 'setup.py' and the directory to be changed. """