Fix linter

This commit is contained in:
zandercymatics 2023-12-14 12:49:43 -07:00
parent ceec0a1efd
commit b04e3f679b
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

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