Fix error in resourse typing test
This commit is contained in:
parent
1453db4da1
commit
5f99e25a4d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue