We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd73373 commit 4600df1Copy full SHA for 4600df1
elasticsearch_serverless/client.py
@@ -35,9 +35,9 @@
35
from ._sync.client.logstash import LogstashClient as LogstashClient # noqa: F401
36
from ._sync.client.ml import MlClient as MlClient # noqa: F401
37
from ._sync.client.query_rules import QueryRulesClient as QueryRulesClient # noqa: F401
38
-from ._sync.client.search_application import (
+from ._sync.client.search_application import ( # noqa: F401
39
SearchApplicationClient as SearchApplicationClient,
40
-) # noqa: F401
+)
41
from ._sync.client.security import SecurityClient as SecurityClient # noqa: F401
42
from ._sync.client.sql import SqlClient as SqlClient # noqa: F401
43
from ._sync.client.synonyms import SynonymsClient as SynonymsClient # noqa: F401
0 commit comments