From 9adafeb882a017956dc2f0126e153644998ae241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Sun, 17 Nov 2024 23:03:43 +0100 Subject: [PATCH] Finish broken sentence in comment --- shimatta_kenkyusho/parts/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shimatta_kenkyusho/parts/views.py b/shimatta_kenkyusho/parts/views.py index 631ee7d..4d42474 100644 --- a/shimatta_kenkyusho/parts/views.py +++ b/shimatta_kenkyusho/parts/views.py @@ -978,6 +978,6 @@ class ManufacturerDetailViewSet(LoginRequiredMixin, BaseTemplateMixin, DetailVie def health_check_view(request) -> HttpResponse: """ Health checking view. Returns empty http response with HTTP status OK. - This will be used to check + This will be used to check if the system is actually running correctly """ return HttpResponse(status=200) \ No newline at end of file