Added missing hookimpl import

Useful for copying and pasting to create a quick plugin
This commit is contained in:
Simon Willison 2022-03-25 16:44:35 -07:00 committed by GitHub
commit 6b99e4a66b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -542,7 +542,7 @@ Return a list of ``(regex, view_function)`` pairs, something like this:
.. code-block:: python
from datasette import Response
from datasette import hookimpl, Response
import html