Added missing import to example

This commit is contained in:
Simon Willison 2023-01-11 11:04:11 -08:00 committed by GitHub
commit 6a352e99ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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