mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Added missing hookimpl import
Useful for copying and pasting to create a quick plugin
This commit is contained in:
parent
c496f2b663
commit
6b99e4a66b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue