diff options
Diffstat (limited to 'tests/context_processors/urls.py')
| -rw-r--r-- | tests/context_processors/urls.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/context_processors/urls.py b/tests/context_processors/urls.py index b8297086a7..4ca298c922 100644 --- a/tests/context_processors/urls.py +++ b/tests/context_processors/urls.py @@ -3,6 +3,6 @@ from django.urls import path from . import views urlpatterns = [ - path('request_attrs/', views.request_processor), - path('debug/', views.debug_processor), + path("request_attrs/", views.request_processor), + path("debug/", views.debug_processor), ] |
