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
|
|
@ -1,6 +1,5 @@
|
|||
import json
|
||||
import urllib
|
||||
import re
|
||||
from datasette import hookimpl
|
||||
from datasette.database import QueryInterrupted
|
||||
from datasette.utils import (
|
||||
|
|
@ -8,7 +7,6 @@ from datasette.utils import (
|
|||
path_with_added_args,
|
||||
path_with_removed_args,
|
||||
detect_json1,
|
||||
InvalidSql,
|
||||
sqlite3,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue