Skip to content

Commit

Permalink
[7.x] Fix import in async_streaming_bulk example
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 14, 2020
1 parent 39e49b7 commit 8200d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/async.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 8200d80

Please sign in to comment.