summaryrefslogtreecommitdiff
path: root/tests/migrations/test_migrations_squashed_ref_squashed/app2
diff options
context:
space:
mode:
Diffstat (limited to 'tests/migrations/test_migrations_squashed_ref_squashed/app2')
-rw-r--r--tests/migrations/test_migrations_squashed_ref_squashed/app2/1_auto.py3
-rw-r--r--tests/migrations/test_migrations_squashed_ref_squashed/app2/1_squashed_2.py3
-rw-r--r--tests/migrations/test_migrations_squashed_ref_squashed/app2/2_auto.py3
3 files changed, 0 insertions, 9 deletions
diff --git a/tests/migrations/test_migrations_squashed_ref_squashed/app2/1_auto.py b/tests/migrations/test_migrations_squashed_ref_squashed/app2/1_auto.py
index 4428c73fc4..27d00f0cba 100644
--- a/tests/migrations/test_migrations_squashed_ref_squashed/app2/1_auto.py
+++ b/tests/migrations/test_migrations_squashed_ref_squashed/app2/1_auto.py
@@ -1,6 +1,3 @@
-# -*- coding: utf-8 -*-
-from __future__ import unicode_literals
-
from django.db import migrations
diff --git a/tests/migrations/test_migrations_squashed_ref_squashed/app2/1_squashed_2.py b/tests/migrations/test_migrations_squashed_ref_squashed/app2/1_squashed_2.py
index aca9a46f61..ac24a30c85 100644
--- a/tests/migrations/test_migrations_squashed_ref_squashed/app2/1_squashed_2.py
+++ b/tests/migrations/test_migrations_squashed_ref_squashed/app2/1_squashed_2.py
@@ -1,6 +1,3 @@
-# -*- coding: utf-8 -*-
-from __future__ import unicode_literals
-
from django.db import migrations
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 77ab95584a..0b01988bbd 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
@@ -1,6 +1,3 @@
-# -*- coding: utf-8 -*-
-from __future__ import unicode_literals
-
from django.db import migrations