Skip to content

Commit

Permalink
Fix imports inutiles
Browse files Browse the repository at this point in the history
  • Loading branch information
chloend committed Oct 25, 2024
1 parent 7c2fb74 commit 5e10a6e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lemarche/www/pages/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
from django.conf import settings
from django.contrib import messages
from django.contrib.messages.views import SuccessMessageMixin
from django.http import Http404, HttpResponsePermanentRedirect, HttpResponseRedirect, JsonResponse
from django.http import HttpResponseRedirect, JsonResponse
from django.shortcuts import render
from django.urls import reverse_lazy
from django.utils import timezone
from django.views.generic import DetailView, FormView, ListView, TemplateView, View
from django.views.generic import FormView, ListView, TemplateView, View
from django.views.generic.edit import FormMixin

from lemarche.perimeters.models import Perimeter
Expand All @@ -16,7 +16,6 @@
from lemarche.tenders import constants as tender_constants
from lemarche.tenders.models import Tender, TenderStepsData
from lemarche.users import constants as user_constants
from lemarche.users.models import User
from lemarche.utils.tracker import track
from lemarche.www.pages.forms import (
CompanyReferenceCalculatorForm,
Expand Down

0 comments on commit 5e10a6e

Please sign in to comment.