Projet

Général

Profil

0001-dataviz-use-requests-wrapper-in-gauge-counter-23862.patch

Frédéric Péters, 16 mai 2018 14:32

Télécharger (887 octets)

Voir les différences:

Subject: [PATCH] dataviz: use requests wrapper in gauge counter (#23862)

 combo/apps/dataviz/views.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
combo/apps/dataviz/views.py
14 14
# You should have received a copy of the GNU Affero General Public License
15 15
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
16 16

  
17
import requests
18

  
19 17
from django.http import HttpResponse
20 18

  
21
from combo.utils import get_templated_url
19
from combo.utils import get_templated_url, requests
22 20
from .models import Gauge
23 21

  
24 22

  
25
-