Skip to content

Commit 4a72434

Browse files
Code Quality Botfacebook-github-bot
authored andcommitted
PYRE_MISSING_ANNOTATIONS in pipeline_builder_test.py
Differential Revision: D114079068
1 parent ff33a9f commit 4a72434

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/pipeline/pipeline_builder_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ async def test():
444444
def test_async_pipe_concurrency(self) -> None:
445445
"""Changing concurrency changes the number of items fetched and processed."""
446446

447-
async def delay(val):
447+
async def delay(val: int) -> int:
448448
await asyncio.sleep(0.5)
449449
return val
450450

0 commit comments

Comments
 (0)