This commit is contained in:
Rachid Mrad 2024-01-04 20:20:31 -05:00
parent 913f918787
commit 4365141b5e
No known key found for this signature in database
GPG key ID: EF38E4CEC4A8F3CF
2 changed files with 1 additions and 2 deletions

View file

@ -1,5 +1,4 @@
from unittest import skip from unittest import skip
import unittest
from unittest.mock import MagicMock, ANY, patch from unittest.mock import MagicMock, ANY, patch
from django.conf import settings from django.conf import settings

View file

@ -1,6 +1,6 @@
import logging import logging
from django.http import Http404, HttpResponse, HttpResponseRedirect, QueryDict from django.http import Http404, HttpResponse, HttpResponseRedirect
from django.shortcuts import redirect, render from django.shortcuts import redirect, render
from django.urls import resolve, reverse from django.urls import resolve, reverse
from django.utils.safestring import mark_safe from django.utils.safestring import mark_safe