mirror of
https://github.com/simonw/datasette.git
synced 2026-05-27 12:34:37 +02: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
|
.. code-block:: python
|
||||||
|
|
||||||
from datasette import Response
|
from datasette import hookimpl, Response
|
||||||
import html
|
import html
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue