From 6a352e99ab988dbf8fd22a100049caa6ad33f1ec Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 11 Jan 2023 11:04:11 -0800 Subject: [PATCH] Added missing import to example --- docs/plugin_hooks.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/plugin_hooks.rst b/docs/plugin_hooks.rst index 0cb478be..403e80fc 100644 --- a/docs/plugin_hooks.rst +++ b/docs/plugin_hooks.rst @@ -1201,6 +1201,7 @@ This example registers two new magic parameters: ``:_request_http_version`` retu .. code-block:: python + from datasette import hookimpl from uuid import uuid4