Reformat code

This commit is contained in:
PCoder 2021-01-07 16:29:34 +05:30
parent 6c968fdbb8
commit ec13a71866
1 changed files with 3 additions and 2 deletions

View File

@ -8,8 +8,9 @@ from django.contrib import messages
from django.contrib.auth import login, authenticate from django.contrib.auth import login, authenticate
from django.core.exceptions import ValidationError from django.core.exceptions import ValidationError
from django.core.urlresolvers import reverse from django.core.urlresolvers import reverse
from django.http import HttpResponseRedirect, JsonResponse, Http404, \ from django.http import (
HttpResponse HttpResponseRedirect, JsonResponse, Http404, HttpResponse
)
from django.shortcuts import render from django.shortcuts import render
from django.utils.translation import get_language, ugettext_lazy as _ from django.utils.translation import get_language, ugettext_lazy as _
from django.views.decorators.cache import cache_control from django.views.decorators.cache import cache_control