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

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