auto-fix pre-commit issues

This commit is contained in:
github-actions[bot] 2025-07-23 10:40:38 +00:00
parent 0bb9d903ae
commit 431bf25a69

View File

@ -113,7 +113,7 @@ class VLayerConnector(DBConnector):
def __init__(self, uri):
super().__init__(uri)
self.mapSridToName = {}
def _execute(self, cursor, sql):