Skip to content

Commit

Permalink
reformatting for black, fixing issue #1680.
Browse files Browse the repository at this point in the history
  • Loading branch information
Willem Van Onsem committed Nov 10, 2023
1 parent 430f22e commit 1f5712a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/core/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class BookAdmin(ImportExportModelAdmin):
resource_classes = [BookResource, BookNameResource]
change_list_template = "core/admin/change_list.html"


class CategoryAdmin(ExportActionModelAdmin):
def export_admin_action(self, request, queryset):
return super().export_admin_action(request, queryset)
Expand Down

0 comments on commit 1f5712a

Please sign in to comment.