mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
pep8
This commit is contained in:
parent
b1c0ca7b6e
commit
49e6a69b5b
@ -14,7 +14,6 @@ from calibre.gui2 import gprefs, open_url, question_dialog, error_dialog
|
||||
from calibre.utils.config import JSONConfig
|
||||
from calibre.utils.icu import sort_key
|
||||
from calibre.utils.localization import localize_user_manual_link
|
||||
from polyglot.builtins import native_string_type
|
||||
|
||||
from .catalog_epub_mobi_ui import Ui_Form
|
||||
from qt.core import (Qt, QAbstractItemView, QCheckBox, QComboBox,
|
||||
|
@ -18,7 +18,6 @@ from calibre.ebooks.conversion.plumber import Plumber
|
||||
from calibre.ebooks.conversion.config import sort_formats_by_preference, get_output_formats
|
||||
from calibre.utils.config import prefs
|
||||
from calibre.utils.logging import Log
|
||||
from polyglot.builtins import native_string_type
|
||||
|
||||
|
||||
class BulkConfig(Config):
|
||||
|
@ -15,7 +15,7 @@ from calibre.utils.formatter_functions import (
|
||||
compile_user_function, compile_user_template_functions, formatter_functions,
|
||||
function_pref_is_python, function_pref_name, load_user_template_functions
|
||||
)
|
||||
from polyglot.builtins import iteritems, native_string_type
|
||||
from polyglot.builtins import iteritems
|
||||
|
||||
|
||||
class ConfigWidget(ConfigWidgetBase, Ui_Form):
|
||||
|
Loading…
x
Reference in New Issue
Block a user