diff options
| author | Tim Graham <timograham@gmail.com> | 2017-06-01 13:23:48 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-01 13:23:48 -0400 |
| commit | cde31daf8815e05b4b86b857b49fb0e31e1f0a38 (patch) | |
| tree | ed5c0c630b977034ef1a3e4e0a4cc8d33a519523 /tests/model_inheritance | |
| parent | 4ef093b0b485ff425590ffb49bee62c21e5264e9 (diff) | |
Sorted imports per isort 4.2.9.
Diffstat (limited to 'tests/model_inheritance')
| -rw-r--r-- | tests/model_inheritance/models.py | 1 |
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 # |
