|
14 | 14 | from scipy.sparse import issparse |
15 | 15 |
|
16 | 16 | from AnyQt.QtWidgets import ( |
17 | | - QTableView, QHeaderView, QAbstractButton, QAction, QApplication, |
18 | | - QStyleOptionHeader, QStyle, QStylePainter, QStyledItemDelegate |
| 17 | + QTableView, QHeaderView, QAbstractButton, QApplication, QStyleOptionHeader, |
| 18 | + QStyle, QStylePainter, QStyledItemDelegate |
19 | 19 | ) |
20 | | -from AnyQt.QtGui import QColor, QKeySequence, QClipboard |
| 20 | +from AnyQt.QtGui import QColor, QClipboard |
21 | 21 | from AnyQt.QtCore import ( |
22 | 22 | Qt, QSize, QEvent, QByteArray, QMimeData, QObject, QMetaObject, |
23 | 23 | QAbstractProxyModel, QIdentityProxyModel, QModelIndex, |
24 | | - QItemSelectionModel, QItemSelection, QItemSelectionRange, |
25 | | - QT_VERSION |
| 24 | + QItemSelectionModel, QItemSelection, QItemSelectionRange |
26 | 25 | ) |
27 | 26 | from AnyQt.QtCore import pyqtSlot as Slot |
28 | 27 |
|
|
33 | 32 | from Orange.statistics import basic_stats |
34 | 33 |
|
35 | 34 | from Orange.widgets import widget, gui |
36 | | -from Orange.widgets.settings import (Setting, ContextSetting, |
37 | | - DomainContextHandler) |
| 35 | +from Orange.widgets.settings import Setting, DomainContextHandler |
38 | 36 | from Orange.widgets.widget import Input, Output |
39 | 37 | from Orange.widgets.utils import datacaching |
40 | 38 | from Orange.widgets.utils.annotated_data import (create_annotated_table, |
|
0 commit comments