Skip to content

Commit 895e60a

Browse files
miguelgrinberggithub-actions[bot]
authored andcommitted
export async_connections at the package level (#1865)
(cherry picked from commit d5679d0)
1 parent b8ffd2b commit 895e60a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: elasticsearch_dsl/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
from . import connections
18+
from . import async_connections, connections
1919
from .aggs import A, Agg
2020
from .analysis import analyzer, char_filter, normalizer, token_filter, tokenizer
2121
from .document import AsyncDocument, Document
@@ -182,6 +182,7 @@
182182
"UpdateByQueryResponse",
183183
"ValidationException",
184184
"analyzer",
185+
"async_connections",
185186
"char_filter",
186187
"connections",
187188
"construct_field",

0 commit comments

Comments
 (0)