Skip to content

Commit

Permalink
linter gonna lint
Browse files Browse the repository at this point in the history
  • Loading branch information
altf4arnold committed Feb 27, 2024
1 parent da22e30 commit 13c7665
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tldtest/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,15 @@ def get_queryset(self):
object_list = TLD.objects.all()
return object_list


class About(TemplateView):
template_name= 'about.html'
template_name = 'about.html'


class Latency(TemplateView):
template_name = 'latency.html'


def handler404(request):
return render(request, '404.html', status=404)

Expand Down

0 comments on commit 13c7665

Please sign in to comment.