mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-05-17 22:09:45 +08:00
run black over stubs, add checking to travis
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
from django.http.cookie import (
|
||||
SimpleCookie as SimpleCookie,
|
||||
parse_cookie as parse_cookie
|
||||
)
|
||||
from django.http.cookie import SimpleCookie as SimpleCookie, parse_cookie as parse_cookie
|
||||
from django.http.request import (
|
||||
HttpRequest as HttpRequest,
|
||||
QueryDict as QueryDict,
|
||||
@@ -22,5 +19,6 @@ from django.http.response import (
|
||||
HttpResponsePermanentRedirect as HttpResponsePermanentRedirect,
|
||||
HttpResponseRedirect as HttpResponseRedirect,
|
||||
HttpResponseServerError as HttpResponseServerError,
|
||||
JsonResponse as JsonResponse, StreamingHttpResponse as StreamingHttpResponse
|
||||
JsonResponse as JsonResponse,
|
||||
StreamingHttpResponse as StreamingHttpResponse,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user