Skip to content

Commit f213eb4

Browse files
authored
Fix ruff
1 parent 745fb6f commit f213eb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
from django.test import TestCase
66

77
from constance.management.commands.constance import _set_constance_value
8-
from constance.utils import get_values, get_values_for_keys
8+
from constance.utils import get_values
9+
from constance.utils import get_values_for_keys
910

1011

1112
class UtilsTestCase(TestCase):

0 commit comments

Comments
 (0)