Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
ruttenb committed Mar 4, 2024
1 parent a0c58f9 commit 074d2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion history/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def show_history(self, request, queryset, extra_context=None):
**self.admin_site.each_context(request),
"use_json": USE_JSON,
"history": object_history,
"title": f"{ model_class.__name__ } History",
"title": f"{model_class.__name__} History",
"opts": model_class._meta,
"queryset": queryset,
**(extra_context or {}),
Expand Down

0 comments on commit 074d2b9

Please sign in to comment.