diff options
Diffstat (limited to 'tests/migrations/test_migrations_squashed_complex/4_auto.py')
| -rw-r--r-- | tests/migrations/test_migrations_squashed_complex/4_auto.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/migrations/test_migrations_squashed_complex/4_auto.py b/tests/migrations/test_migrations_squashed_complex/4_auto.py index e7d0f09b55..7bbe7b9614 100644 --- a/tests/migrations/test_migrations_squashed_complex/4_auto.py +++ b/tests/migrations/test_migrations_squashed_complex/4_auto.py @@ -5,6 +5,4 @@ class Migration(migrations.Migration): dependencies = [("migrations", "3_auto")] - operations = [ - migrations.RunPython(migrations.RunPython.noop) - ] + operations = [migrations.RunPython(migrations.RunPython.noop)] |
