mirror of
				https://github.com/run-llama/llama-hub.git
				synced 2025-11-04 11:49:48 +00:00 
			
		
		
		
	Refactor(Github Repo): Update init file
- Remove imports of base, github_client and utils - Add imports of GithubRepositoryReader and GithubClient - Update __all__ to include the new imports
This commit is contained in:
		
							parent
							
								
									1bf025dd31
								
							
						
					
					
						commit
						093fc689d7
					
				@ -1,8 +1,6 @@
 | 
			
		||||
"""Init file."""
 | 
			
		||||
 | 
			
		||||
from . import base
 | 
			
		||||
from . import github_client
 | 
			
		||||
from . import utils
 | 
			
		||||
# from .base import *
 | 
			
		||||
# from .github_client import *
 | 
			
		||||
# from .utils import *
 | 
			
		||||
from .base import GithubRepositoryReader
 | 
			
		||||
from .github_client import GithubClient
 | 
			
		||||
 | 
			
		||||
__all__ = ["GithubRepositoryReader", "GithubClient"]
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user