dataviz: add missing gettext import (#36836)

This commit is contained in:
Frédéric Péters 2019-10-10 12:20:24 +02:00
parent 8289e73fcb
commit 6c4ad54bf4
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
from django import forms
from django.conf import settings
from django.utils.translation import ugettext_lazy as _
from combo.utils import requests