Reformat files according to new black validation
[osm/LCM.git] / osm_lcm / data_utils / database / database.py
index dc7c8d9..0f46807 100644 (file)
@@ -45,7 +45,7 @@ class Database:
                             config["database"]["driver"]
                         )
                     )
-            except (DbException) as e:
+            except DbException as e:
                 self.logger.critical(str(e), exc_info=True)
                 raise Exception(str(e))