mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fixed a bunch of unused imports spotted with ruff
This commit is contained in:
parent
5d21057cf1
commit
69c6e95323
16 changed files with 9 additions and 26 deletions
|
|
@ -1,14 +1,12 @@
|
|||
from datasette import hookimpl, Response
|
||||
from .utils import await_me_maybe, add_cors_headers
|
||||
from .utils import add_cors_headers
|
||||
from .utils.asgi import (
|
||||
Base400,
|
||||
Forbidden,
|
||||
)
|
||||
from .views.base import DatasetteError
|
||||
from markupsafe import Markup
|
||||
import pdb
|
||||
import traceback
|
||||
from .plugins import pm
|
||||
|
||||
try:
|
||||
import rich
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue