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