1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

4 flake8 warning fixes

This commit is contained in:
Alex Gaynor
2014-03-08 16:17:54 -08:00
parent abccbcf52d
commit add1584bfa
3 changed files with 2 additions and 3 deletions

View File

@@ -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)