Skip to content

Commit

Permalink
ping
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Feb 29, 2024
1 parent 556766a commit 60f7c3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,5 @@ async def sample_async_func(
*args: Any, **kwargs: Any
) -> tuple[tuple[Any, ...], dict[str, Any]]:
await asyncio.sleep(0.1)

return sample_func(*args, **kwargs)

0 comments on commit 60f7c3f

Please sign in to comment.