mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-11-04 01:47:36 +03:00 
			
		
		
		
	Fix typy-hinting in catalog bundles example
This commit is contained in:
		
							parent
							
								
									b22b893623
								
							
						
					
					
						commit
						482fa566c5
					
				| 
						 | 
					@ -7,7 +7,7 @@ class BaseWebView(object):
 | 
				
			||||||
    def __init__(self, services):
 | 
					    def __init__(self, services):
 | 
				
			||||||
        """Initializer.
 | 
					        """Initializer.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        :type services: Services
 | 
					        :type services: catalogs.Services
 | 
				
			||||||
        :param services: Bundle of service providers
 | 
					        :param services: Bundle of service providers
 | 
				
			||||||
        """
 | 
					        """
 | 
				
			||||||
        self.services = services
 | 
					        self.services = services
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user