mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-30 03:24:55 +00:00
Remove unused import in docs snippet.
This commit is contained in:
parent
49745cd471
commit
5278e005a0
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ The Elasticsearch backend is compatible with `Amazon Elasticsearch Service`_, bu
|
|||
|
||||
.. code-block:: python
|
||||
|
||||
from elasticsearch import Elasticsearch, RequestsHttpConnection
|
||||
from elasticsearch import RequestsHttpConnection
|
||||
from requests_aws4auth import AWS4Auth
|
||||
|
||||
WAGTAILSEARCH_BACKENDS = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue