Fixed a bunch of unused imports spotted with ruff

This commit is contained in:
Simon Willison 2024-02-06 17:27:20 -08:00
commit 69c6e95323
16 changed files with 9 additions and 26 deletions

View file

@ -4,7 +4,6 @@ from .fixtures import (
TestClient as _TestClient,
EXPECTED_PLUGINS,
)
import asyncio
from datasette.app import SETTINGS
from datasette.plugins import DEFAULT_PLUGINS
from datasette.cli import cli, serve
@ -19,7 +18,6 @@ import pytest
import sys
import textwrap
from unittest import mock
import urllib
def test_inspect_cli(app_client):