1
0
mirror of https://github.com/django/django.git synced 2025-10-28 16:16:12 +00:00

[1.11.x] Sorted imports per isort 4.2.9.

Backport of cde31daf88 from master
This commit is contained in:
Tim Graham
2017-06-01 13:26:37 -04:00
parent 2134090e79
commit 3cd9a4b1ea
30 changed files with 63 additions and 53 deletions

View File

@@ -6,7 +6,6 @@ is generated for the table on various manage.py operations.
from django.db import models
from django.utils.encoding import python_2_unicode_compatible
# All of these models are created in the database by Django.