mirror of
https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
synced 2025-11-03 12:46:10 +00:00
code styling
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user