summaryrefslogtreecommitdiff
path: root/tests/template_tests/views.py
diff options
context:
space:
mode:
authordjango-bot <ops@djangoproject.com>2022-02-03 20:24:19 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-02-07 20:37:05 +0100
commit9c19aff7c7561e3a82978a272ecdaad40dda5c00 (patch)
treef0506b668a013d0063e5fba3dbf4863b466713ba /tests/template_tests/views.py
parentf68fa8b45dfac545cfc4111d4e52804c86db68d3 (diff)
Refs #33476 -- Reformatted code with Black.
Diffstat (limited to 'tests/template_tests/views.py')
-rw-r--r--tests/template_tests/views.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/template_tests/views.py b/tests/template_tests/views.py
index 4e32ada7c5..c6684b9a32 100644
--- a/tests/template_tests/views.py
+++ b/tests/template_tests/views.py
@@ -20,8 +20,8 @@ def client2(request, tag):
def template_response_view(request):
- return TemplateResponse(request, 'response.html', {})
+ return TemplateResponse(request, "response.html", {})
def snark(request):
- return HttpResponse('Found them!')
+ return HttpResponse("Found them!")