File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66import six
77if six .PY3 :
8- from typing import List # pyflakes:ignore
8+ from typing import List , Tuple # pyflakes:ignore
99
1010from django .db import migrations , models
1111import django .db .models .deletion
@@ -17,7 +17,7 @@ class Migration(migrations.Migration):
1717 initial = True
1818
1919 dependencies = [
20- ] # type: List[str]
20+ ] # type: List[Tuple[ str] ]
2121
2222 operations = [
2323 migrations .CreateModel (
Original file line number Diff line number Diff line change 77
88import six
99if six .PY3 :
10- from typing import List # pyflakes:ignore
10+ from typing import List , Tuple # pyflakes:ignore
1111
1212from django .db import migrations , models
1313
@@ -17,7 +17,7 @@ class Migration(migrations.Migration):
1717 initial = True
1818
1919 dependencies = [
20- ] # type: List[str]
20+ ] # type: List[Tuple[ str] ]
2121
2222 operations = [
2323 migrations .CreateModel (
Original file line number Diff line number Diff line change 77
88import six
99if six .PY3 :
10- from typing import List # pyflakes:ignore
10+ from typing import List , Tuple # pyflakes:ignore
1111
1212from django .db import migrations , models
1313
@@ -17,7 +17,7 @@ class Migration(migrations.Migration):
1717 initial = True
1818
1919 dependencies = [
20- ] # type: List[str]
20+ ] # type: List[Tuple[ str] ]
2121
2222 operations = [
2323 migrations .CreateModel (
Original file line number Diff line number Diff line change 77
88import six
99if six .PY3 :
10- from typing import List # pyflakes:ignore
10+ from typing import List , Tuple # pyflakes:ignore
1111
1212from django .db import migrations , models
1313import django .db .models .deletion
@@ -19,7 +19,7 @@ class Migration(migrations.Migration):
1919 initial = True
2020
2121 dependencies = [
22- ] # type: List[str]
22+ ] # type: List[Tuple[ str] ]
2323
2424 operations = [
2525 migrations .CreateModel (
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class Migration(migrations.Migration):
1717 initial = True
1818
1919 dependencies = [
20- ] # type: List[str]
20+ ] # type: List[Tuple[ str] ]
2121
2222 operations = [
2323 migrations .CreateModel (
You can’t perform that action at this time.
0 commit comments