mirror of
				https://github.com/HKUDS/LightRAG.git
				synced 2025-11-04 03:39:35 +00:00 
			
		
		
		
	Remove tenacity from dynamic import
This commit is contained in:
		
							parent
							
								
									db125c3764
								
							
						
					
					
						commit
						29be2aac71
					
				@ -8,8 +8,6 @@ import pipmaster as pm  # Pipmaster for dynamic library install
 | 
			
		||||
 | 
			
		||||
if not pm.is_installed("aiohttp"):
 | 
			
		||||
    pm.install("aiohttp")
 | 
			
		||||
if not pm.is_installed("tenacity"):
 | 
			
		||||
    pm.install("tenacity")
 | 
			
		||||
 | 
			
		||||
import aiohttp
 | 
			
		||||
from tenacity import (
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user