This commit is contained in:
Alexandr Artemyev 2025-01-14 21:40:57 +05:00 committed by GitHub
parent 745fb6f01e
commit f213eb4b79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,8 @@ from django.core.exceptions import ValidationError
from django.test import TestCase
from constance.management.commands.constance import _set_constance_value
from constance.utils import get_values, get_values_for_keys
from constance.utils import get_values
from constance.utils import get_values_for_keys
class UtilsTestCase(TestCase):