mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
pep8
This commit is contained in:
parent
bd156baa36
commit
1dc92ac423
@ -9,9 +9,24 @@ import copy
|
||||
import os
|
||||
from functools import partial
|
||||
|
||||
from qt.core import (QAbstractItemView, QApplication, QComboBox, QDialog, QDialogButtonBox, QGridLayout,
|
||||
QHBoxLayout, QIcon, QLabel, QLineEdit, QMenu, QSize, QStyledItemDelegate, Qt,
|
||||
QTableWidgetItem, QToolButton)
|
||||
from qt.core import (
|
||||
QAbstractItemView,
|
||||
QApplication,
|
||||
QComboBox,
|
||||
QDialog,
|
||||
QDialogButtonBox,
|
||||
QGridLayout,
|
||||
QHBoxLayout,
|
||||
QIcon,
|
||||
QLabel,
|
||||
QLineEdit,
|
||||
QMenu,
|
||||
QSize,
|
||||
QStyledItemDelegate,
|
||||
Qt,
|
||||
QTableWidgetItem,
|
||||
QToolButton,
|
||||
)
|
||||
|
||||
from calibre import sanitize_file_name
|
||||
from calibre.constants import config_dir
|
||||
|
Loading…
x
Reference in New Issue
Block a user