Skip to content

Commit

Permalink
Ran blacken-docs, refs #2299
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Mar 12, 2024
1 parent 8d456aa commit 828ef98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/plugin_hooks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1723,7 +1723,9 @@ This example displays the row in JSON plus some additional debug information if
{
"href": datasette.urls.instance(),
"label": f"Row details for {actor['id']}",
"description": json.dumps(dict(row), default=repr),
"description": json.dumps(
dict(row), default=repr
),
},
]
Expand Down

0 comments on commit 828ef98

Please sign in to comment.