Skip to content

Commit d3907ec

Browse files
committed
update code style after black update
1 parent dc5c179 commit d3907ec

39 files changed

+0
-39
lines changed

ephios/api/migrations/0001_initial.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111

1212
class Migration(migrations.Migration):
13-
1413
initial = True
1514

1615
dependencies = [

ephios/core/migrations/0001_squashed_event_management_0007_auto_20210207_1309.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99

1010
class Migration(migrations.Migration):
11-
1211
replaces = [
1312
("event_management", "0001_squashed_0009_auto_20200921_2155"),
1413
("event_management", "0002_auto_20200927_2157"),

ephios/core/migrations/0002_merge_content_type_20210208_0020.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ def migrate_content_type(apps, schema_editor):
1313

1414

1515
class Migration(migrations.Migration):
16-
1716
dependencies = [
1817
("core", "0001_squashed_event_management_0007_auto_20210207_1309"),
1918
]

ephios/core/migrations/0003_userprofile_calendar_token_squashed_0008_auto_20200925_1640.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010

1111
class Migration(migrations.Migration):
12-
1312
dependencies = [
1413
("core", "0002_initial_permissions"),
1514
]

ephios/core/migrations/0004_auto_20201014_1648.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77

88
class Migration(migrations.Migration):
9-
109
dependencies = [
1110
("core", "0003_userprofile_calendar_token_squashed_0008_auto_20200925_1640"),
1211
]

ephios/core/migrations/0004_auto_20210305_1855.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66

77
class Migration(migrations.Migration):
8-
98
dependencies = [
109
("contenttypes", "0002_remove_content_type_name"),
1110
("core", "0003_migrate_content_type_to_core_20210219_1642"),

ephios/core/migrations/0005_auto_20210106_2219.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77

88
class Migration(migrations.Migration):
9-
109
dependencies = [
1110
("core", "0004_auto_20201014_1648"),
1211
]

ephios/core/migrations/0005_remove_event_mail_updates.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55

66
class Migration(migrations.Migration):
7-
87
dependencies = [
98
("core", "0004_auto_20210305_1855"),
109
]

ephios/core/migrations/0006_notification.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99

1010
class Migration(migrations.Migration):
11-
1211
dependencies = [
1312
("core", "0005_remove_event_mail_updates"),
1413
]

ephios/core/migrations/0007_auto_20210110_0050.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99

1010
class Migration(migrations.Migration):
11-
1211
dependencies = [
1312
("core", "0006_auto_20210109_2230"),
1413
]

0 commit comments

Comments
 (0)