PEP8 cleanups.

This commit is contained in:
Roberto Rosario
2015-11-02 17:40:21 -04:00
parent 750127eb92
commit 23270e948c
6 changed files with 7 additions and 13 deletions

View File

@@ -6,7 +6,7 @@ from django.contrib.sites.models import Site
from django.core.exceptions import PermissionDenied
from django.core.urlresolvers import reverse
from django.http import HttpResponseRedirect
from django.shortcuts import get_object_or_404, render_to_response
from django.shortcuts import render_to_response
from django.template import Context, RequestContext, Template
from django.utils.html import strip_tags
from django.utils.translation import ugettext_lazy as _