mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-15 00:07:09 +08:00
run black over stubs, add checking to travis
This commit is contained in:
@@ -8,6 +8,4 @@ re_accepts_gzip: Any
|
||||
|
||||
class GZipMiddleware(MiddlewareMixin):
|
||||
get_response: None
|
||||
def process_response(
|
||||
self, request: WSGIRequest, response: HttpResponseBase
|
||||
) -> HttpResponseBase: ...
|
||||
def process_response(self, request: WSGIRequest, response: HttpResponseBase) -> HttpResponseBase: ...
|
||||
|
||||
Reference in New Issue
Block a user