Skip to content

Commit

Permalink
Re-applied Black
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Mar 22, 2023
1 parent d97e82d commit 3feed1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datasette/views/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -1745,4 +1745,4 @@ async def _next_value_and_url(
next_url = datasette.absolute_url(
request, datasette.urls.path(path_with_replaced_args(request, added_args))
)
return next_value, next_url
return next_value, next_url

0 comments on commit 3feed1f

Please sign in to comment.