mirror of
https://github.com/simonw/datasette.git
synced 2026-09-05 16:14:07 +02:00
format test with black
This commit is contained in:
parent
35244d1ef2
commit
638d9f20bb
1 changed files with 1 additions and 3 deletions
|
|
@ -968,9 +968,7 @@ def test_facet_by_this_offered_for_first_column_of_a_view(tmp_path):
|
|||
|
||||
import datasette as datasette_package
|
||||
|
||||
table_js = (
|
||||
pathlib.Path(datasette_package.__file__).parent / "static" / "table.js"
|
||||
)
|
||||
table_js = pathlib.Path(datasette_package.__file__).parent / "static" / "table.js"
|
||||
harness = tmp_path / "harness.mjs"
|
||||
harness.write_text(_TABLE_JS_COLUMN_ACTIONS_HARNESS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue