mirror of
https://github.com/django/django.git
synced 2025-07-23 05:05:17 +00:00
Fixed all E251 violations
This commit is contained in:
parent
c347f78cc1
commit
f67e18f39e
14 changed files with 37 additions and 37 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue