Remove import of _MonkeyPatchedWSGIResponse in test_views.py
All checks were successful
Deploy to Server / deploy (push) Successful in 22s

This commit is contained in:
Joakim Hellsén 2026-04-02 01:46:30 +02:00
commit e433a5d89d
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk

View file

@ -2,7 +2,6 @@ from datetime import timedelta
from typing import TYPE_CHECKING
from django.test import TestCase
from django.test.client import _MonkeyPatchedWSGIResponse
from django.urls import reverse
from django.utils import timezone