Linting + test cases

This commit is contained in:
zandercymatics 2023-12-01 09:06:27 -07:00
parent 7f71eb4b96
commit ea289a6f59
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
5 changed files with 32 additions and 36 deletions

View file

@ -1,8 +1,7 @@
"""Internal API views"""
import os
from django.apps import apps
from django.views.decorators.http import require_http_methods
from django.http import FileResponse, HttpResponse, JsonResponse
from django.http import HttpResponse, JsonResponse
from django.utils.safestring import mark_safe
from registrar.templatetags.url_helpers import public_site_url