Skip to content

Commit cd73373

Browse files
committed
Fix more warnings
1 parent 731fcf1 commit cd73373

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

docs/sphinx/api.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ arguments are required for all
3232
api/license
3333
api/logstash
3434
api/ml
35-
api/nodes
3635
api/query-rules
3736
api/search-application
3837
api/security

docs/sphinx/api/nodes.rst

Lines changed: 0 additions & 9 deletions
This file was deleted.

elasticsearch_serverless/client.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
from ._sync.client.logstash import LogstashClient as LogstashClient # noqa: F401
3636
from ._sync.client.ml import MlClient as MlClient # noqa: F401
3737
from ._sync.client.query_rules import QueryRulesClient as QueryRulesClient # noqa: F401
38+
from ._sync.client.search_application import (
39+
SearchApplicationClient as SearchApplicationClient,
40+
) # noqa: F401
3841
from ._sync.client.security import SecurityClient as SecurityClient # noqa: F401
3942
from ._sync.client.sql import SqlClient as SqlClient # noqa: F401
4043
from ._sync.client.synonyms import SynonymsClient as SynonymsClient # noqa: F401

0 commit comments

Comments
 (0)