summaryrefslogtreecommitdiff
path: root/tests/proxy_models
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-06-01 13:26:37 -0400
committerTim Graham <timograham@gmail.com>2017-06-01 13:30:08 -0400
commit3cd9a4b1ea47614693619f56b4ee0d37244132a5 (patch)
tree39220842a633f5272bab6838e36abaa9834a1ba4 /tests/proxy_models
parent2134090e798bbc2d11c57c11f7e1c05dbcf1e39f (diff)
[1.11.x] Sorted imports per isort 4.2.9.
Backport of cde31daf8815e05b4b86b857b49fb0e31e1f0a38 from master
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 6960042d78..8b081f5290 100644
--- a/tests/proxy_models/models.py
+++ b/tests/proxy_models/models.py
@@ -7,7 +7,6 @@ providing a modified interface to the data from the base class.
from django.db import models
from django.utils.encoding import python_2_unicode_compatible
-
# A couple of managers for testing managing overriding in proxy model cases.