From 5925f9d81b85c3c2c8be791c83d7ee0a36b2a9da Mon Sep 17 00:00:00 2001 From: Josh Peng Yu Date: Fri, 8 Mar 2024 03:34:03 +0000 Subject: [PATCH] fix: remove useless --- cms/tests/__init__.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/cms/tests/__init__.py b/cms/tests/__init__.py index c88fb5d91e7..e69de29bb2d 100644 --- a/cms/tests/__init__.py +++ b/cms/tests/__init__.py @@ -1,7 +0,0 @@ -import django - - -if django.VERSION < (4, 2): # TODO: remove when dropping support for Django < 4.2 - from django.test.testcases import TransactionTestCase - - TransactionTestCase.assertQuerySetEqual = TransactionTestCase.assertQuerysetEqual \ No newline at end of file