From b33bf82c29c0824b47dbabaccac524c864f500c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=82=85=E7=91=9E=E6=9B=BC?= Date: Tue, 12 Mar 2024 05:21:28 +0000 Subject: [PATCH] fix import issue --- tests/test_utils.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_utils.py b/tests/test_utils.py index 08deeef..7a87e09 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -1,5 +1,3 @@ -from django.apps import apps - from cms.models import Page, Placeholder from djangocms_url_manager.test_utils.polls.models import PollContent