We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f711276 commit 58393d7Copy full SHA for 58393d7
1 file changed
jsweb/response.py
@@ -316,7 +316,7 @@ def __init__(self, body="403 Forbidden"):
316
super().__init__(body, status_code=403, content_type="text/html")
317
318
319
-def render(req, template_name: str, context: dict = None) -> "HTMLResponse":
+def render(req, template_name: str, context: dict = None) -> HTMLResponse:
320
"""
321
Renders a Jinja2 template into an HTMLResponse.
322
0 commit comments