Kaydet (Commit) 9a922dca authored tarafından Tim Graham's avatar Tim Graham

Fixed flake8 warnings.

üst 4453c806
......@@ -716,7 +716,6 @@ class MigrationAutodetector(object):
self.renamed_fields[app_label, model_name, field_name] = rem_field_name
break
def generate_added_fields(self):
"""
Fields that have been added
......
......@@ -56,7 +56,7 @@ class Counter(six.Iterator):
raise StopIteration
else:
self.n += 1
return (self.n, 'val-'+str(self.n))
return (self.n, 'val-' + str(self.n))
class WhizIter(models.Model):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment