mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-01 10:13:55 +02:00
Linting + test cases
This commit is contained in:
parent
7f71eb4b96
commit
ea289a6f59
5 changed files with 32 additions and 36 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue