summaryrefslogtreecommitdiff
path: root/tests/migrations/test_migrations_squashed_ref_squashed/app2/2_auto.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/migrations/test_migrations_squashed_ref_squashed/app2/2_auto.py')
-rw-r--r--tests/migrations/test_migrations_squashed_ref_squashed/app2/2_auto.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/migrations/test_migrations_squashed_ref_squashed/app2/2_auto.py b/tests/migrations/test_migrations_squashed_ref_squashed/app2/2_auto.py
index 0b01988bbd..2937f3c74e 100644
--- a/tests/migrations/test_migrations_squashed_ref_squashed/app2/2_auto.py
+++ b/tests/migrations/test_migrations_squashed_ref_squashed/app2/2_auto.py
@@ -2,5 +2,4 @@ from django.db import migrations
class Migration(migrations.Migration):
-
dependencies = [("app2", "1_auto")]