fix flake8 and isort errors
This commit is contained in:
parent
a9262ddcee
commit
53a6bdb8cf
7 changed files with 12 additions and 19 deletions
|
@ -2,8 +2,7 @@ from datetime import timedelta
|
|||
|
||||
import qrcode
|
||||
from django.core.files import File
|
||||
from django.http import Http404, HttpResponse, HttpResponseNotModified
|
||||
from django.http import JsonResponse
|
||||
from django.http import Http404, HttpResponse, HttpResponseNotModified, JsonResponse
|
||||
from django.shortcuts import get_object_or_404, redirect, render
|
||||
from django.urls import reverse
|
||||
from django.utils import timezone
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue