From 2e7644bdc3fc8b477c54e64a2832f30079cb319d Mon Sep 17 00:00:00 2001 From: Neil Martinsen-Burrell Date: Thu, 1 Jun 2023 16:05:15 -0500 Subject: [PATCH] fix linting errors --- src/registrar/views/health.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/registrar/views/health.py b/src/registrar/views/health.py index 40f7330a0..276dc4b09 100644 --- a/src/registrar/views/health.py +++ b/src/registrar/views/health.py @@ -2,6 +2,7 @@ from django.http import HttpResponse from login_required import login_not_required + # the health check endpoint needs to be globally available so that the # PaaS orchestrator can make sure the app has come up properly @login_not_required