add __init__.pyi files to all directories when it doesnt exist

This commit is contained in:
Maxim Kurnikov
2018-09-16 02:55:00 +03:00
parent 511ef52aee
commit 2676b335f1
62 changed files with 0 additions and 2 deletions

View File

View File

@@ -4,8 +4,6 @@ from django.core.handlers.wsgi import WSGIRequest
from django.http.response import HttpResponse
from django.utils.deprecation import MiddlewareMixin
from .utils import get_view_name
class XViewMiddleware(MiddlewareMixin):
get_response: None

View File