Removed some unused imports

I found these with:

    flake8 datasette | grep unus
This commit is contained in:
Simon Willison 2021-07-15 23:26:06 -07:00
commit dd5ee8e668
8 changed files with 2 additions and 13 deletions

View file

@ -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,
)