dataviz: use requests wrapper in gauge counter (#23862)

This commit is contained in:
Frédéric Péters 2018-03-17 23:20:34 +01:00
parent d645330d00
commit b439f67a7a
1 changed files with 1 additions and 3 deletions

View File

@ -14,11 +14,9 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
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