mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Sorted imports with isort; refs #23860.
This commit is contained in:
@@ -6,7 +6,7 @@ from django.contrib.admin.sites import site
|
||||
from django.core.exceptions import ImproperlyConfigured
|
||||
from django.test import TestCase
|
||||
|
||||
from .models import Person, Place, Location, Traveler
|
||||
from .models import Location, Person, Place, Traveler
|
||||
|
||||
|
||||
class NameAdmin(admin.ModelAdmin):
|
||||
|
||||
Reference in New Issue
Block a user