mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Removed some unused imports
I found these with:
flake8 datasette | grep unus
This commit is contained in:
parent
721a8d3cd4
commit
dd5ee8e668
8 changed files with 2 additions and 13 deletions
|
|
@ -9,7 +9,6 @@ import urllib
|
|||
import pint
|
||||
|
||||
from datasette import __version__
|
||||
from datasette.plugins import pm
|
||||
from datasette.database import QueryInterrupted
|
||||
from datasette.utils import (
|
||||
await_me_maybe,
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import hashlib
|
|||
import json
|
||||
|
||||
from datasette.utils import check_visibility, CustomJSONEncoder
|
||||
from datasette.utils.asgi import Response, Forbidden
|
||||
from datasette.utils.asgi import Response
|
||||
from datasette.version import __version__
|
||||
|
||||
from .base import BaseView
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue