From f8208af7064435558865181fd084bff2e3080930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Hubscher?= Date: Tue, 21 Oct 2025 10:23:38 +0200 Subject: [PATCH] Fix imports --- tests/test_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_cli.py b/tests/test_cli.py index 70c5059..1cc8c0a 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -10,8 +10,8 @@ from django.test import TransactionTestCase, override_settings from django.utils import timezone from django.utils.encoding import smart_str -from constance.models import Constance from constance import config +from constance.models import Constance class CliTestCase(TransactionTestCase):