Skip to content

Commit 722e0d4

Browse files
committed
Fix import lint
1 parent 1292c00 commit 722e0d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch/_sync/client/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
from typing import Any, Collection, Mapping, Optional, Tuple, TypeVar, Union
1919

20-
from elastic_transport import Transport, HttpHeaders
20+
from elastic_transport import HttpHeaders, Transport
2121
from elastic_transport.client_utils import DEFAULT, DefaultType, resolve_default
2222

2323
from ...compat import urlencode

0 commit comments

Comments
 (0)