summaryrefslogtreecommitdiff
path: root/tests/proxy_models
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-06-01 13:23:48 -0400
committerGitHub <noreply@github.com>2017-06-01 13:23:48 -0400
commitcde31daf8815e05b4b86b857b49fb0e31e1f0a38 (patch)
treeed5c0c630b977034ef1a3e4e0a4cc8d33a519523 /tests/proxy_models
parent4ef093b0b485ff425590ffb49bee62c21e5264e9 (diff)
downloaddjango-cde31daf8815e05b4b86b857b49fb0e31e1f0a38.tar.gz
Sorted imports per isort 4.2.9.
Diffstat (limited to 'tests/proxy_models')
-rw-r--r--tests/proxy_models/models.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/proxy_models/models.py b/tests/proxy_models/models.py
index 2e4679122d..d0603886e0 100644
--- a/tests/proxy_models/models.py
+++ b/tests/proxy_models/models.py
@@ -6,7 +6,6 @@ providing a modified interface to the data from the base class.
"""
from django.db import models
-
# A couple of managers for testing managing overriding in proxy model cases.