mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-11-04 01:47:36 +03:00 
			
		
		
		
	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
 | 
					# Test 5: to check the return type with async function
 | 
				
			||||||
async def init5() -> List[int]:
 | 
					async def init5() -> List[int]:
 | 
				
			||||||
    ...
 | 
					    return []
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
provider5 = providers.Resource(init5)
 | 
					provider5 = providers.Resource(init5)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user