updated django to 4.2.10 & linted

This commit is contained in:
CocoByte 2024-02-07 18:17:48 -07:00
parent 497d11c67c
commit 1e5f977208
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
31 changed files with 19 additions and 44 deletions

View file

@ -19,7 +19,6 @@ API_BASE_PATH = "/api/v1/available/?domain="
class AvailableViewTest(MockEppLib):
"""Test that the view function works as expected."""
def setUp(self):
@ -123,7 +122,6 @@ class AvailableViewTest(MockEppLib):
class AvailableAPITest(MockEppLib):
"""Test that the API can be called as expected."""
def setUp(self):

View file

@ -1,4 +1,5 @@
"""Internal API views"""
from django.apps import apps
from django.views.decorators.http import require_http_methods
from django.http import HttpResponse