mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
typing: Fix function signatures with django-stubs.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user