Finish broken sentence in comment

This commit is contained in:
Mario Hüttel 2024-11-17 23:03:43 +01:00
parent f1e366c7af
commit 9adafeb882

View File

@ -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)