auto-fix pre-commit issues

This commit is contained in:
github-actions[bot] 2025-09-26 22:51:18 +00:00
parent dd647cb16c
commit d8195bb589

View File

@ -99,8 +99,13 @@ class SpatiaLiteDBPlugin(DBPlugin):
QApplication.restoreOverrideCursor()
try:
filename, selected_filter = QFileDialog.getOpenFileName(
parent, parent.tr("Choose SQLite/SpatiaLite file"), None,
parent.tr( "SpatiaLite DB" ) + " (*.sqlite *.db *.sqlite3 *.db3 *.s3db);;" + parent.tr( "All files" ) + " (*)"
parent,
parent.tr("Choose SQLite/SpatiaLite file"),
None,
parent.tr("SpatiaLite DB")
+ " (*.sqlite *.db *.sqlite3 *.db3 *.s3db);;"
+ parent.tr("All files")
+ " (*)",
)
if not filename:
return