fix linting errors

This commit is contained in:
Neil Martinsen-Burrell 2023-06-01 16:05:15 -05:00
parent ae3ba84f1a
commit 2e7644bdc3
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184

View file

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