mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-15 16:27:09 +08:00
run black over stubs, add checking to travis
This commit is contained in:
@@ -6,6 +6,4 @@ from django.http.response import HttpResponseForbidden
|
||||
CSRF_FAILURE_TEMPLATE: str
|
||||
CSRF_FAILURE_TEMPLATE_NAME: str
|
||||
|
||||
def csrf_failure(
|
||||
request: HttpRequest, reason: str = ..., template_name: str = ...
|
||||
) -> HttpResponseForbidden: ...
|
||||
def csrf_failure(request: HttpRequest, reason: str = ..., template_name: str = ...) -> HttpResponseForbidden: ...
|
||||
|
||||
Reference in New Issue
Block a user