Applied blacken-docs, refs #1937

This commit is contained in:
Simon Willison 2022-12-14 14:49:13 -08:00
commit 9ad76d279e

View file

@ -460,7 +460,11 @@ The following example creates a token that can access ``view-instance`` and ``vi
actor_id="user1",
restrict_all=("view-instance", "view-table"),
restrict_database={"docs": ("view-query",)},
restrict_resource={"docs": {"attachments": ("insert-row", "update-row")}},
restrict_resource={
"docs": {
"attachments": ("insert-row", "update-row")
}
},
)
.. _datasette_get_database: