typing: Fix function signatures with django-stubs.

This commit is contained in:
PIG208
2021-08-10 21:07:40 +08:00
committed by Tim Abbott
parent 04f5f25478
commit f9644c8cf3
3 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ from urllib.parse import urlsplit
from django.conf import settings
from django.conf.urls.static import static
from django.contrib.staticfiles.views import serve as staticfiles_serve
from django.http import HttpRequest
from django.http.request import HttpRequest
from django.http.response import FileResponse
from django.urls import path
from django.views.generic import TemplateView