Fixed all E251 violations

This commit is contained in:
Alex Gaynor 2013-11-03 10:17:58 -08:00
parent c347f78cc1
commit f67e18f39e
14 changed files with 37 additions and 37 deletions

View file

@ -6,4 +6,4 @@ from django.db import models
class Simple(models.Model):
name = models.CharField(max_length = 50)
name = models.CharField(max_length=50)