From e433a5d89d83070f99f1d3fc7c95f2972f4a307a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Thu, 2 Apr 2026 01:46:30 +0200 Subject: [PATCH] Remove import of _MonkeyPatchedWSGIResponse in test_views.py --- chzzk/tests/test_views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/chzzk/tests/test_views.py b/chzzk/tests/test_views.py index 38c1284..465e959 100644 --- a/chzzk/tests/test_views.py +++ b/chzzk/tests/test_views.py @@ -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