mirror of
				https://git.collinwebdesigns.de/oscar.krause/fastapi-dls.git
				synced 2025-10-26 18:05:28 +03:00 
			
		
		
		
	code styling
This commit is contained in:
		
							parent
							
								
									1d3255188e
								
							
						
					
					
						commit
						cd5c2a6cb1
					
				@ -94,6 +94,9 @@ class DriverMatrix:
 | 
			
		||||
        self.log = logging.getLogger(self.__class__.__name__)
 | 
			
		||||
 | 
			
		||||
        if DriverMatrix.__DRIVER_MATRIX is None:
 | 
			
		||||
            self.__load()
 | 
			
		||||
 | 
			
		||||
    def __load(self):
 | 
			
		||||
        try:
 | 
			
		||||
            file = open(DriverMatrix.__DRIVER_MATRIX_FILENAME)
 | 
			
		||||
            DriverMatrix.__DRIVER_MATRIX = json_load(file)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user