File tree 3 files changed +3
-10
lines changed
3 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ arguments are required for all
32
32
api/license
33
33
api/logstash
34
34
api/ml
35
- api/nodes
36
35
api/query-rules
37
36
api/search-application
38
37
api/security
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 35
35
from ._sync .client .logstash import LogstashClient as LogstashClient # noqa: F401
36
36
from ._sync .client .ml import MlClient as MlClient # noqa: F401
37
37
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
38
41
from ._sync .client .security import SecurityClient as SecurityClient # noqa: F401
39
42
from ._sync .client .sql import SqlClient as SqlClient # noqa: F401
40
43
from ._sync .client .synonyms import SynonymsClient as SynonymsClient # noqa: F401
You can’t perform that action at this time.
0 commit comments