mirror of
https://github.com/simonw/datasette.git
synced 2026-06-06 00:56:57 +02:00
Switch to ruff and fix all lint errors, refs #2630
This commit is contained in:
parent
b0436faa5e
commit
66d2a033f8
21 changed files with 44 additions and 101 deletions
|
|
@ -1,13 +1,6 @@
|
|||
from datasette.utils import detect_json1
|
||||
from datasette.utils.sqlite import sqlite_version
|
||||
from .fixtures import ( # noqa
|
||||
app_client,
|
||||
app_client_with_trace,
|
||||
app_client_returned_rows_matches_page_size,
|
||||
generate_compound_rows,
|
||||
generate_sortable_rows,
|
||||
make_app_client,
|
||||
)
|
||||
from .fixtures import generate_compound_rows, generate_sortable_rows, make_app_client
|
||||
import json
|
||||
import pytest
|
||||
import urllib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue