Skip to content

Commit ce55834

Browse files
committed
lint
1 parent 388b09b commit ce55834

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

elasticsearch/_async/client/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
from elastic_transport.client_utils import DEFAULT, DefaultType
4747

4848
from ..._otel import OpenTelemetry
49-
from ..._version import __versionstr__, _SERVERLESS_API_VERSION
49+
from ..._version import _SERVERLESS_API_VERSION, __versionstr__
5050
from ...compat import warn_stacklevel
5151
from ...exceptions import (
5252
HTTP_EXCEPTIONS,

elasticsearch/_sync/client/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
from elastic_transport.client_utils import DEFAULT, DefaultType
4747

4848
from ..._otel import OpenTelemetry
49-
from ..._version import __versionstr__, _SERVERLESS_API_VERSION
49+
from ..._version import _SERVERLESS_API_VERSION, __versionstr__
5050
from ...compat import warn_stacklevel
5151
from ...exceptions import (
5252
HTTP_EXCEPTIONS,

0 commit comments

Comments
 (0)