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 3, 2025
1 parent 5ad7fc3 commit d2ad02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kr8s/_async_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def call(self, func: Callable[P, Awaitable[T]], *args, **kwargs) -> T:


def run_sync(
coro: Callable[P, AsyncGenerator | Awaitable[T]]
coro: Callable[P, AsyncGenerator | Awaitable[T]],
) -> Callable[P, Generator | T]:
"""Wraps a coroutine in a function that blocks until it has executed.
Expand Down

0 comments on commit d2ad02c

Please sign in to comment.