proper linting

This commit is contained in:
Arnold Dechamps 2024-02-23 18:37:07 +01:00
parent 5251ec2639
commit 35bf019089
No known key found for this signature in database
GPG key ID: AE66543374E41C89

View file

@ -5,8 +5,6 @@ from django.views.generic import TemplateView
class Index(TemplateView): class Index(TemplateView):
template_name = 'home.html' template_name = 'home.html'
def home(request):
return render(request, 'home.html')
""" """
def handler404(request): def handler404(request):