We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 745fb6f commit f213eb4Copy full SHA for f213eb4
tests/test_utils.py
@@ -5,7 +5,8 @@
5
from django.test import TestCase
6
7
from constance.management.commands.constance import _set_constance_value
8
-from constance.utils import get_values, get_values_for_keys
+from constance.utils import get_values
9
+from constance.utils import get_values_for_keys
10
11
12
class UtilsTestCase(TestCase):
0 commit comments