mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Removed units functionality and Pint dependency
Closes #2400, unblocks #2320
This commit is contained in:
parent
d444b6aad5
commit
39dfc7d7d7
14 changed files with 14 additions and 182 deletions
|
|
@ -424,8 +424,8 @@ def view_names_client(tmp_path_factory):
|
|||
(
|
||||
("/", "index"),
|
||||
("/fixtures", "database"),
|
||||
("/fixtures/units", "table"),
|
||||
("/fixtures/units/1", "row"),
|
||||
("/fixtures/facetable", "table"),
|
||||
("/fixtures/facetable/1", "row"),
|
||||
("/-/versions", "json_data"),
|
||||
("/fixtures/-/query?sql=select+1", "database"),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue