[7.x] Fix import in async_streaming_bulk example

This commit is contained in:
github-actions[bot]
2020-09-14 12:44:20 -05:00
committed by GitHub
parent 39e49b7a81
commit 8200d8068f
+1 -1
View File
@@ -151,7 +151,7 @@ Bulk and Streaming Bulk
import asyncio
from elasticsearch import AsyncElasticsearch
from elasticsearch.helpers import async_bulk
from elasticsearch.helpers import async_streaming_bulk
es = AsyncElasticsearch()