Improved readability of python code by adding/removing newlines, identation, etc.

This commit is contained in:
ChaoticByte 2023-02-11 22:14:01 +01:00
parent 0aa8c7f15b
commit 626f596cd3
5 changed files with 10 additions and 21 deletions

View file

@ -26,7 +26,6 @@ class CustomAdminSite(admin.AdminSite):
@method_decorator(never_cache)
def index(self, request, extra_context=None):
return super().index(request, extra_context={
"admin_info": Global.objects.get(name="admin_info").value_string,
**(extra_context or {})