mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed "indentation is not a multiple of four" pep8 issues.
This commit is contained in:
@@ -355,7 +355,7 @@ class ObjectC(models.Model):
|
||||
objectb = models.ForeignKey(ObjectB)
|
||||
|
||||
def __str__(self):
|
||||
return self.name
|
||||
return self.name
|
||||
|
||||
@python_2_unicode_compatible
|
||||
class SimpleCategory(models.Model):
|
||||
|
||||
Reference in New Issue
Block a user