diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-03-01 19:41:37 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-03-01 19:47:17 +0100 |
| commit | 53bb1d5a240a39d35abc11c6477ac5465c5fac2c (patch) | |
| tree | ca10c5869c7bcbcb219eadb0c93ba297d9bbd4b4 /django/template | |
| parent | b8ceda4a518de960c2cf2b4b1ff70cbd10c0ecda (diff) | |
[5.2.x] Applied Black's 2025 stable style.
https://github.com/psf/black/releases/tag/25.1.0
Backport of ff3aaf036f0cb66cd8f404cd51c603e68aaa7676 from main
Diffstat (limited to 'django/template')
| -rw-r--r-- | django/template/context.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
