diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-20 09:57:35 -0600 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-20 09:57:35 -0600 |
| commit | ee25ea0daf7a0d1570052e5c121ed68cde9a97db (patch) | |
| tree | a43cbaabaf036f8577631f1bd38cad38e983fcde | |
| parent | e8920e96d0a36c5bbe75e7bdaa45e0016f72cfa5 (diff) | |
Removed a stray new line which upset flake8
| -rw-r--r-- | tests/invalid_models_tests/test_ordinary_fields.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/invalid_models_tests/test_ordinary_fields.py b/tests/invalid_models_tests/test_ordinary_fields.py index 2c0a4d4672..5cbc5005ae 100644 --- a/tests/invalid_models_tests/test_ordinary_fields.py +++ b/tests/invalid_models_tests/test_ordinary_fields.py @@ -10,7 +10,6 @@ from django.db import connection, models from .base import IsolatedModelsTestCase - class AutoFieldTests(IsolatedModelsTestCase): def test_valid_case(self): |
