mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-05-19 14:59:51 +08:00
add __init__.pyi files to all directories when it doesnt exist
This commit is contained in:
@@ -4,8 +4,6 @@ from django.core.handlers.wsgi import WSGIRequest
|
|||||||
from django.http.response import HttpResponse
|
from django.http.response import HttpResponse
|
||||||
from django.utils.deprecation import MiddlewareMixin
|
from django.utils.deprecation import MiddlewareMixin
|
||||||
|
|
||||||
from .utils import get_view_name
|
|
||||||
|
|
||||||
|
|
||||||
class XViewMiddleware(MiddlewareMixin):
|
class XViewMiddleware(MiddlewareMixin):
|
||||||
get_response: None
|
get_response: None
|
||||||
|
|||||||
Reference in New Issue
Block a user