Remove unused import in docs snippet.

This commit is contained in:
Ben Sturmfels 2017-08-24 07:53:19 +10:00 committed by Matt Westcott
parent 49745cd471
commit 5278e005a0

View file

@ -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 = {