diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-03-08 16:17:54 -0800 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-03-08 16:17:54 -0800 |
| commit | add1584bfa89cec574491bd42af7039d4869afd3 (patch) | |
| tree | 7a24a81599a00d3282279f9da21cb7e37f8ad2bf /tests/admin_checks | |
| parent | abccbcf52da4a0f0c388b8a770b5de04d6d6e64c (diff) | |
4 flake8 warning fixes
Diffstat (limited to 'tests/admin_checks')
| -rw-r--r-- | tests/admin_checks/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/admin_checks/models.py b/tests/admin_checks/models.py index 3cbb7fb49e..6c34d95ab8 100644 --- a/tests/admin_checks/models.py +++ b/tests/admin_checks/models.py @@ -7,6 +7,7 @@ from django.utils.encoding import python_2_unicode_compatible from django.contrib.contenttypes.models import ContentType from django.contrib.contenttypes.fields import GenericForeignKey + class Album(models.Model): title = models.CharField(max_length=150) |
