mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Fix ruff
This commit is contained in:
parent
745fb6f01e
commit
f213eb4b79
1 changed files with 2 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue