Skip to content

Commit 4600df1

Browse files
committed
Fix lint
1 parent cd73373 commit 4600df1

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
@@ -35,9 +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 (
38+
from ._sync.client.search_application import ( # noqa: F401
3939
SearchApplicationClient as SearchApplicationClient,
40-
) # noqa: F401
40+
)
4141
from ._sync.client.security import SecurityClient as SecurityClient # noqa: F401
4242
from ._sync.client.sql import SqlClient as SqlClient # noqa: F401
4343
from ._sync.client.synonyms import SynonymsClient as SynonymsClient # noqa: F401

0 commit comments

Comments
 (0)