From e85517dab3172b82e385e2a366f97a7cd8787e30 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 15 Nov 2024 13:34:45 -0800 Subject: [PATCH] blacken-docs, refs #2441 --- docs/plugin_hooks.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/plugin_hooks.rst b/docs/plugin_hooks.rst index a844828f..65189976 100644 --- a/docs/plugin_hooks.rst +++ b/docs/plugin_hooks.rst @@ -1340,6 +1340,7 @@ This example registers two new magic parameters: ``:_request_http_version`` retu async def asynclookup(key, request): return await do_something_async(key) + @hookimpl def register_magic_parameters(datasette): return [