mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-11-04 09:57:37 +03:00 
			
		
		
		
	Remove yaml stub in providers module
This commit is contained in:
		
							parent
							
								
									c8b0fa22af
								
							
						
					
					
						commit
						ad2d8155d4
					
				
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| 
						 | 
					@ -30,7 +30,6 @@ try:
 | 
				
			||||||
    import yaml
 | 
					    import yaml
 | 
				
			||||||
except ImportError:
 | 
					except ImportError:
 | 
				
			||||||
    yaml = None
 | 
					    yaml = None
 | 
				
			||||||
yaml = None
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
from .errors import (
 | 
					from .errors import (
 | 
				
			||||||
    Error,
 | 
					    Error,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user