mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-19 02:15:59 +08:00
run black over stubs, add checking to travis
This commit is contained in:
@@ -3,7 +3,4 @@ from typing import Any, Optional
|
||||
from django.core.handlers.wsgi import WSGIRequest
|
||||
from django.http.response import FileResponse
|
||||
|
||||
|
||||
def serve(
|
||||
request: WSGIRequest, path: str, insecure: bool = ..., **kwargs: Any
|
||||
) -> FileResponse: ...
|
||||
def serve(request: WSGIRequest, path: str, insecure: bool = ..., **kwargs: Any) -> FileResponse: ...
|
||||
|
||||
Reference in New Issue
Block a user