Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit dbebffb

Browse files
committed
Format with black
1 parent 87bb343 commit dbebffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admincharts/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def get_list_chart_config(self, queryset):
4141

4242
def changelist_view(self, request, extra_context=None):
4343
response = super().changelist_view(request, extra_context=extra_context)
44-
44+
4545
# This could be a redirect and not have context_data
4646
if not hasattr(response, "context_data"):
4747
return response

0 commit comments

Comments
 (0)