mirror of
https://github.com/simonw/datasette.git
synced 2026-06-04 08:07:01 +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
|
|
@ -182,8 +182,8 @@ async def test_also_requires_with_restrictions():
|
|||
"""
|
||||
ds = Datasette()
|
||||
await ds.invoke_startup()
|
||||
db1 = ds.add_memory_database("db1_also_requires")
|
||||
db2 = ds.add_memory_database("db2_also_requires")
|
||||
ds.add_memory_database("db1_also_requires")
|
||||
ds.add_memory_database("db2_also_requires")
|
||||
await ds._refresh_schemas()
|
||||
|
||||
# Actor restricted to only db1_also_requires for view-database
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue