mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Moved Resource defaults to datasette/resources.py
This commit is contained in:
parent
9e5c64c3de
commit
3663b9df2d
4 changed files with 75 additions and 67 deletions
|
|
@ -13,7 +13,7 @@ import pytest_asyncio
|
|||
from datasette.app import Datasette
|
||||
from datasette.plugins import pm
|
||||
from datasette.utils.permissions import PluginSQL
|
||||
from datasette.default_actions import TableResource
|
||||
from datasette.resources import TableResource
|
||||
from datasette import hookimpl
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue