From ff3aaf036f0cb66cd8f404cd51c603e68aaa7676 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Sat, 1 Mar 2025 19:41:37 +0100 Subject: Applied Black's 2025 stable style. https://github.com/psf/black/releases/tag/25.1.0 --- django/template/context.py | 1 + 1 file changed, 1 insertion(+) (limited to 'django/template') diff --git a/django/template/context.py b/django/template/context.py index 90825fcdb5..bacce88173 100644 --- a/django/template/context.py +++ b/django/template/context.py @@ -7,6 +7,7 @@ _builtin_context_processors = ("django.template.context_processors.csrf",) class ContextPopException(Exception): "pop() has been called more times than push()" + pass -- cgit v1.3