Skip to content

Commit 9bd288f

Browse files
authored
chore: fix formatting in example app (#155)
Ran black on to comply with format from 23.x version
1 parent 3e42b3b commit 9bd288f

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

Diff for: example_project/polls/admin.py

-2
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ def get_change_actions(self, request, object_id, form_url):
141141

142142

143143
class CommentAdmin(DjangoObjectActions, admin.ModelAdmin):
144-
145144
# Object actions
146145
################
147146

@@ -159,7 +158,6 @@ def hodor(self, request, obj):
159158

160159

161160
class RelatedDataAdmin(DjangoObjectActions, admin.ModelAdmin):
162-
163161
# Object actions
164162
################
165163

Diff for: example_project/polls/migrations/0001_initial.py

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88

99
class Migration(migrations.Migration):
10-
1110
initial = True
1211

1312
dependencies = []

Diff for: example_project/polls/migrations/0002_auto_20200805_0239.py

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66

77
class Migration(migrations.Migration):
8-
98
dependencies = [
109
("polls", "0001_initial"),
1110
]

0 commit comments

Comments
 (0)