Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed May 5, 2022
1 parent 914a384 commit 6ca9236
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[..., Awaitable[T]]) -> Callable[..., T]:
"""Runs a coroutine and blocks until it has executed.
Expand Down

0 comments on commit 6ca9236

Please sign in to comment.