various trailing comma (extra-edit)

This commit is contained in:
un-pogaz
2025-01-24 11:14:19 +01:00
parent 8ba35b97b5
commit 437c6bfc61
13 changed files with 87 additions and 87 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ module_lists = {
),
'dbus': (
'QtDBus',
)
),
}
+1 -1
View File
@@ -22,7 +22,7 @@ def dynamic_load(name, name_map, already_imported, qt_modules, module_names=()):
mod_name,
'with error:',
err,
file=sys.stderr
file=sys.stderr,
)
if mod is not False:
if name in module_names: