| 1 | from django.conf.urls.i18n import i18n_patterns |
| 2 | from django.http import HttpResponse, StreamingHttpResponse |
| 3 | from django.urls import path |
| 4 | from django.utils.translation import gettext_lazy as _ |
nothing calls this directly
no test coverage detected