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_options/models | |
| parent | 4ef093b0b485ff425590ffb49bee62c21e5264e9 (diff) | |
Sorted imports per isort 4.2.9.
Diffstat (limited to 'tests/model_options/models')
| -rw-r--r-- | tests/model_options/models/tablespaces.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/model_options/models/tablespaces.py b/tests/model_options/models/tablespaces.py index ec705b7b2d..0ee0e20ef4 100644 --- a/tests/model_options/models/tablespaces.py +++ b/tests/model_options/models/tablespaces.py @@ -1,6 +1,5 @@ from django.db import models - # Since the test database doesn't have tablespaces, it's impossible for Django # to create the tables for models where db_tablespace is set. To avoid this # problem, we mark the models as unmanaged, and temporarily revert them to |
