8000 fix wayward imports · django-cms/django-cms@f51765d · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit f51765d

Browse files
committed
fix wayward imports
1 parent 76d1f1d commit f51765d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cms/test_utils/testcases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
from django.template.context import Context
1515
from django.test import testcases
1616
from django.test.client import RequestFactory
17-
from django.utils import translation
1817
from django.urls import reverse
18+
from django.utils import translation
1919
from django.utils.http import urlencode
2020
from django.utils.timezone import now
2121
from django.utils.translation import activate

0 commit comments

Comments
 (0)
0