mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Upgrade to Black 20.8b1, closes #958
This commit is contained in:
parent
26b2922f17
commit
a648bb82ba
22 changed files with 203 additions and 58 deletions
|
|
@ -700,7 +700,9 @@ def assert_permissions_checked(datasette, actions):
|
|||
], """Missing expected permission check: action={}, resource={}
|
||||
Permission checks seen: {}
|
||||
""".format(
|
||||
action, resource, json.dumps(list(datasette._permission_checks), indent=4),
|
||||
action,
|
||||
resource,
|
||||
json.dumps(list(datasette._permission_checks), indent=4),
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue