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 May 5, 2022
1 parent abd2afb commit e95d13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbclient/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ def just_run(coro: Awaitable) -> Any:
return loop.run_until_complete(coro)



T = TypeVar("T")


def run_sync(coro: Callable[..., T]) -> Callable[..., T]:
"""Runs a coroutine and blocks until it has executed.
Expand Down

0 comments on commit e95d13f

Please sign in to comment.