mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-22 20:01:30 +08:00
run black over stubs, add checking to travis
This commit is contained in:
@@ -10,13 +10,7 @@ requires_csrf_token: Any
|
||||
|
||||
class _EnsureCsrfCookie(CsrfViewMiddleware):
|
||||
get_response: None
|
||||
def process_view(
|
||||
self,
|
||||
request: Any,
|
||||
callback: Any,
|
||||
callback_args: Any,
|
||||
callback_kwargs: Any,
|
||||
): ...
|
||||
def process_view(self, request: Any, callback: Any, callback_args: Any, callback_kwargs: Any): ...
|
||||
|
||||
ensure_csrf_cookie: Any
|
||||
|
||||
|
||||
Reference in New Issue
Block a user