Skip to content

Commit d6f9c16

Browse files
committed
Fix outdated package name references
1 parent aa97a5b commit d6f9c16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

elasticsearch_serverless/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565

6666
# This file exists for backwards compatibility.
6767
warnings.warn(
68-
"Importing from the 'elasticsearch.client' module is deprecated. "
69-
"Instead use 'elasticsearch' module for importing the client.",
68+
"Importing from the 'elasticsearch_serverless.client' module is deprecated. "
69+
"Instead use 'elasticsearch_serverless' module for importing the client.",
7070
category=DeprecationWarning,
7171
stacklevel=2,
7272
)

0 commit comments

Comments
 (0)