summaryrefslogtreecommitdiff
path: root/tests/model_inheritance
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/model_inheritance
parent4ef093b0b485ff425590ffb49bee62c21e5264e9 (diff)
downloaddjango-cde31daf8815e05b4b86b857b49fb0e31e1f0a38.tar.gz
Sorted imports per isort 4.2.9.
Diffstat (limited to 'tests/model_inheritance')
-rw-r--r--tests/model_inheritance/models.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/model_inheritance/models.py b/tests/model_inheritance/models.py
index 86b1cddb8c..a542385d60 100644
--- a/tests/model_inheritance/models.py
+++ b/tests/model_inheritance/models.py
@@ -13,7 +13,6 @@ Both styles are demonstrated here.
"""
from django.db import models
-
#
# Abstract base classes
#