mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-14 10:13:13 +00:00
Remove unused import in docs snippet.
This commit is contained in:
parent
b26d711e56
commit
95f41fd90c
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