mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-11-04 09:57:37 +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
 | 
			
		||||
async def init5() -> List[int]:
 | 
			
		||||
    ...
 | 
			
		||||
    return []
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
provider5 = providers.Resource(init5)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user