summaryrefslogtreecommitdiff
path: root/tests/migrations/test_migrations_squashed_complex/7_auto.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/migrations/test_migrations_squashed_complex/7_auto.py')
-rw-r--r--tests/migrations/test_migrations_squashed_complex/7_auto.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/migrations/test_migrations_squashed_complex/7_auto.py b/tests/migrations/test_migrations_squashed_complex/7_auto.py
index f231edfed1..04d9ea4d55 100644
--- a/tests/migrations/test_migrations_squashed_complex/7_auto.py
+++ b/tests/migrations/test_migrations_squashed_complex/7_auto.py
@@ -5,6 +5,4 @@ class Migration(migrations.Migration):
dependencies = [("migrations", "6_auto")]
- operations = [
- migrations.RunPython(migrations.RunPython.noop)
- ]
+ operations = [migrations.RunPython(migrations.RunPython.noop)]