# HG changeset patch
# User Katia Saurfelt <katia.saurfelt@logilab.fr>
# Date 1544629783 -3600
#      Wed Dec 12 16:49:43 2018 +0100
# Node ID dc55c1c1a2256e2286b33c21b08c936d94c28f42
# Parent  ce7d40c6affd2c5e9cf432a08bd5acb65256aa02
[flake8] remove en useless import

diff --git a/cubicweb_elasticsearch/views.py b/cubicweb_elasticsearch/views.py
--- a/cubicweb_elasticsearch/views.py
+++ b/cubicweb_elasticsearch/views.py
@@ -28,7 +28,7 @@
 from cubicweb import _
 from cubicweb.view import StartupView
 
-from cubicweb_elasticsearch.es import indexable_types, get_connection
+from cubicweb_elasticsearch.es import get_connection
 from cubicweb_elasticsearch.search_helpers import compose_search