We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da2524d commit 26b4680Copy full SHA for 26b4680
1 file changed
_python_utils_tests/test_generators.py
@@ -16,7 +16,7 @@ async def test_abatcher():
16
17
18
@pytest.mark.asyncio
19
-async def test_abatcher_timed():
+async def test_abatcher_timed() -> None:
20
batches: types.List[types.List[int]] = []
21
async for batch in python_utils.abatcher(
22
python_utils.acount(stop=10, delay=0.08), interval=0.1
0 commit comments