PEP-8 enhancements
This commit is contained in:
parent
2745c56c47
commit
84a2e6ca08
4 changed files with 2 additions and 3 deletions
|
@ -9,7 +9,6 @@ from django.utils.encoding import python_2_unicode_compatible
|
|||
from django.conf import settings
|
||||
|
||||
|
||||
|
||||
@python_2_unicode_compatible
|
||||
class List(models.Model):
|
||||
name = models.CharField(max_length=60)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue