From 95f41fd90cede8b51fb7b29160cd8bda8eeb4289 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Thu, 24 Aug 2017 07:53:19 +1000 Subject: [PATCH] Remove unused import in docs snippet. --- docs/topics/search/backends.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/search/backends.rst b/docs/topics/search/backends.rst index 111893c53..7ca60707f 100644 --- a/docs/topics/search/backends.rst +++ b/docs/topics/search/backends.rst @@ -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 = {