From ce306a816a37dba2166c9255575f811d9ea41a35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 17 Mar 2018 23:20:34 +0100 Subject: [PATCH] dataviz: use requests wrapper in gauge counter (#23862) --- combo/apps/dataviz/views.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/combo/apps/dataviz/views.py b/combo/apps/dataviz/views.py index 26fbc03..eaad306 100644 --- a/combo/apps/dataviz/views.py +++ b/combo/apps/dataviz/views.py @@ -14,11 +14,9 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -import requests - from django.http import HttpResponse -from combo.utils import get_templated_url +from combo.utils import get_templated_url, requests from .models import Gauge -- 2.17.0