Skip to content

Commit

Permalink
chore: fix formatting in example app (#155)
Browse files Browse the repository at this point in the history
Ran black on to comply with format from 23.x version
  • Loading branch information
browniebroke authored May 3, 2023
1 parent 3e42b3b commit 9bd288f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions example_project/polls/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ def get_change_actions(self, request, object_id, form_url):


class CommentAdmin(DjangoObjectActions, admin.ModelAdmin):

# Object actions
################

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


class RelatedDataAdmin(DjangoObjectActions, admin.ModelAdmin):

# Object actions
################

Expand Down
1 change: 0 additions & 1 deletion example_project/polls/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@


class Migration(migrations.Migration):

initial = True

dependencies = []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Migration(migrations.Migration):

dependencies = [
("polls", "0001_initial"),
]
Expand Down

0 comments on commit 9bd288f

Please sign in to comment.