Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 1, 2023
1 parent b5eca98 commit b4778e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion voila/voila_kernel_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,8 @@ def task_counter(tk):
# Start the work on the loop immediately, so it is ready when needed:
task = loop.create_task(
wait_before(
delay, partial(self._initialize, notebook_name, None, **kwargs)
delay,
partial(self._initialize, notebook_name, None, **kwargs),
)
)
pool.append(task)
Expand Down

0 comments on commit b4778e6

Please sign in to comment.