From b716f48c845d1dbc172a6c83c4364081dbe86ef4 Mon Sep 17 00:00:00 2001 From: Kyle Verhoog Date: Tue, 6 Apr 2021 06:41:18 -0400 Subject: [PATCH] Update outdated handle_request docstring (#2100) --- sanic/app.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sanic/app.py b/sanic/app.py index 9304175e..bb3b4b0e 100644 --- a/sanic/app.py +++ b/sanic/app.py @@ -664,11 +664,6 @@ class Sanic(BaseSanic): exception handling must be done here :param request: HTTP Request object - :param write_callback: Synchronous response function to be - called with the response as the only argument - :param stream_callback: Coroutine that handles streaming a - StreamingHTTPResponse if produced by the handler. - :return: Nothing """ # Define `response` var here to remove warnings about