Skip to content

Commit 26b4680

Browse files
committed
added return type for strict pyright/mypy
1 parent da2524d commit 26b4680

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_python_utils_tests/test_generators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ async def test_abatcher():
1616

1717

1818
@pytest.mark.asyncio
19-
async def test_abatcher_timed():
19+
async def test_abatcher_timed() -> None:
2020
batches: types.List[types.List[int]] = []
2121
async for batch in python_utils.abatcher(
2222
python_utils.acount(stop=10, delay=0.08), interval=0.1

0 commit comments

Comments
 (0)