Fix error in resourse typing test

This commit is contained in:
Roman Mogylatov 2022-12-18 15:19:53 -05:00
parent 1453db4da1
commit 5f99e25a4d

View File

@ -45,7 +45,7 @@ var4: List[int] = provider4()
# Test 5: to check the return type with async function
async def init5() -> List[int]:
...
return []
provider5 = providers.Resource(init5)