Skip to content

Commit 0a2f46d

Browse files
committed
Run isort
1 parent 6a6689c commit 0a2f46d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from django.contrib.auth import get_user_model
99
from django.contrib.auth.models import Permission
1010
from django.forms.models import model_to_dict as model_to_dict_django
11-
from django.http import HttpResponseForbidden, HttpRequest
11+
from django.http import HttpRequest, HttpResponseForbidden
1212
from django.test import TestCase
1313
from django.urls import reverse
1414

0 commit comments

Comments
 (0)