Fixed flake8 indentation.

This commit is contained in:
Tim Graham 2014-07-05 20:24:00 -04:00
parent 86c74eacd6
commit ab431fbd4f
1 changed files with 5 additions and 5 deletions

View File

@ -446,11 +446,11 @@ class MigrationAutodetector(object):
# Depend on the other end of the primary key if it's a relation # Depend on the other end of the primary key if it's a relation
if primary_key_rel: if primary_key_rel:
dependencies.append(( dependencies.append((
primary_key_rel._meta.app_label, primary_key_rel._meta.app_label,
primary_key_rel._meta.object_name, primary_key_rel._meta.object_name,
None, None,
True True
)) ))
# Generate creation operation # Generate creation operation
self.add_operation( self.add_operation(
app_label, app_label,