mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-20 08:38:26 +08:00
Upgrade black to 21.4b0 and reformat (#5250)
This introduces newlines before decorators.
This commit is contained in:
@@ -33,6 +33,7 @@ class WSGIRequestHandler(BaseHTTPRequestHandler):
|
||||
def demo_app(environ: WSGIEnvironment, start_response: StartResponse) -> List[bytes]: ...
|
||||
|
||||
_S = TypeVar("_S", bound=WSGIServer)
|
||||
|
||||
@overload
|
||||
def make_server(host: str, port: int, app: WSGIApplication, *, handler_class: Type[WSGIRequestHandler] = ...) -> WSGIServer: ...
|
||||
@overload
|
||||
|
||||
Reference in New Issue
Block a user