mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-27 09:12:34 -04:00
various trailing comma (extra-edit)
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ module_lists = {
|
||||
),
|
||||
'dbus': (
|
||||
'QtDBus',
|
||||
)
|
||||
),
|
||||
}
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user