mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Apply black
This commit is contained in:
parent
9c3f0b73de
commit
85c19c4037
1 changed files with 4 additions and 1 deletions
|
|
@ -488,7 +488,10 @@ class Datasette:
|
|||
if hasattr(asyncio, "all_tasks"):
|
||||
tasks = asyncio.all_tasks()
|
||||
d.update(
|
||||
{"num_tasks": len(tasks), "tasks": [_cleaner_task_str(t) for t in tasks]}
|
||||
{
|
||||
"num_tasks": len(tasks),
|
||||
"tasks": [_cleaner_task_str(t) for t in tasks],
|
||||
}
|
||||
)
|
||||
return d
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue