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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user