slight refactor to conform with pep8

This commit is contained in:
Andreas Zweili 2017-11-19 22:22:26 +01:00
parent 8fbbb1740a
commit 0427c43a25
1 changed files with 1 additions and 0 deletions

View File

@ -3,5 +3,6 @@ from django.http import HttpResponse
# Create your views here.
def index(request):
return HttpResponse("Hello, world. You're at the polls index.")