Skip to content

Commit

Permalink
Applied black
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jun 1, 2020
1 parent 5b252a2 commit ee51e0b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion datasette/views/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,11 @@ async def data(
write_ok = await self.ds.databases[database].execute_write(
sql, params, block=True
)
return self.redirect(request, request.path + '?_success=Query+executed_successfully')
return self.redirect(
request, request.path + "?_success=Query+executed_successfully"
)
else:

async def extra_template():
return {
"request": request,
Expand Down

0 comments on commit ee51e0b

Please sign in to comment.