Fix module import order

This commit is contained in:
Alexandre Iooss 2022-03-11 17:18:14 +01:00
parent 8d44182af8
commit 032c9086f8
5 changed files with 7 additions and 7 deletions

View file

@ -3,8 +3,8 @@
# SPDX-License-Identifier: GPL-3.0-or-later
from django.contrib.auth.mixins import LoginRequiredMixin
from django.views.generic import ListView, View
from django.http import HttpResponse
from django.views.generic import ListView, View
from photologue.models import Gallery