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 Feb 13, 2024
1 parent 822b005 commit 8a355ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adaptive/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ def block_until_done(self) -> None:
if in_ipynb():
raise RuntimeError(
"Cannot block the event loop when running in a Jupyter notebook."
" Use `await runner.task` instead."
" Use `await runner.task` instead."
)
self.ioloop.run_until_complete(self.task)

Expand Down

0 comments on commit 8a355ed

Please sign in to comment.